diff options
Diffstat (limited to 'continuation4.mu')
-rw-r--r-- | continuation4.mu | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/continuation4.mu b/continuation4.mu index adbb70d9..b8398945 100644 --- a/continuation4.mu +++ b/continuation4.mu @@ -3,6 +3,11 @@ # # Print out a given list of numbers. # +# To run: +# $ git clone https://github.com/akkartik/mu +# $ cd mu +# $ ./mu continuation4.mu +# # Expected output: # 1 # 2 |