diff options
Diffstat (limited to 'continuation5.mu')
-rw-r--r-- | continuation5.mu | 5 |
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 |