aboutsummaryrefslogtreecommitdiffhomepage
path: root/samples/io/echo.bruijn
diff options
context:
space:
mode:
authorMarvin Borner2024-03-25 18:59:03 +0100
committerMarvin Borner2024-03-25 18:59:48 +0100
commit14e38ce378236cf54924b58396168c1e94f8e6b2 (patch)
treeecbbb75517695de8897a2a9c58aa1a97ec2546f5 /samples/io/echo.bruijn
parentf8398804d351667a7b887b89f6f70c7d5c407d22 (diff)
Improved samples by adding links to problems
Diffstat (limited to 'samples/io/echo.bruijn')
-rw-r--r--samples/io/echo.bruijn9
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