aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.DS_Storebin0 -> 6148 bytes
-rw-r--r--README.md4
-rw-r--r--demo.tape14
-rw-r--r--misc/demo.gifbin0 -> 85515 bytes
4 files changed, 18 insertions, 0 deletions
diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..15d6fa1
--- /dev/null
+++ b/.DS_Store
Binary files differ
diff --git a/README.md b/README.md
index e78e030..ea52a95 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,10 @@ To compile and run all the exercises:
golings verify
```
+A demo running the command `golings run <exercise name>`
+
+![demo](misc/demo.gif)
+
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md)
diff --git a/demo.tape b/demo.tape
new file mode 100644
index 0000000..241f5f4
--- /dev/null
+++ b/demo.tape
@@ -0,0 +1,14 @@
+# File used to generate the demo GIF
+
+Output misc/demo.gif
+
+Set Padding 15
+Set FontSize 22
+Set Width 1200
+Set Height 400
+
+Type "golings run variables1"
+
+Enter
+
+Sleep 8
diff --git a/misc/demo.gif b/misc/demo.gif
new file mode 100644
index 0000000..088a2bb
--- /dev/null
+++ b/misc/demo.gif
Binary files differ