about summary refs log tree commit diff stats
path: root/continuation5.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-11-25 10:17:23 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-11-25 10:17:23 -0800
commitef7d834fdd826977cd8d43253052a7b8e1c5aa72 (patch)
tree10dd1033929c840a65234acd85592de61613df1a /continuation5.mu
parentfa76b0b589d6483a20049cc33220c27bb5413a1c (diff)
downloadmu-ef7d834fdd826977cd8d43253052a7b8e1c5aa72.tar.gz
4133
Diffstat (limited to 'continuation5.mu')
-rw-r--r--continuation5.mu5
1 files changed, 5 insertions, 0 deletions
diff --git a/continuation5.mu b/continuation5.mu
index 663d99c2..9f9b87cb 100644
--- a/continuation5.mu
+++ b/continuation5.mu
@@ -4,6 +4,11 @@
 # Print out a list of numbers, first adding 0 to the first, 1 to the second, 2
 # to the third, and so on.
 #
+# To run:
+#   $ git clone https://github.com/akkartik/mu
+#   $ cd mu
+#   $ ./mu continuation5.mu
+#
 # Expected output:
 #   1
 #   3