diff options
Diffstat (limited to 'samples/io/echo.bruijn')
-rw-r--r-- | samples/io/echo.bruijn | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/samples/io/echo.bruijn b/samples/io/echo.bruijn deleted file mode 100644 index b17bda1..0000000 --- a/samples/io/echo.bruijn +++ /dev/null @@ -1,9 +0,0 @@ -# "echo text | bruijn echo.bruijn" - -:import std/Monad . - -# returning the binary encoded argument ⇒ echo -main [0] - -# alternative using monads -main* read >>= return |