aboutsummaryrefslogtreecommitdiffhomepage
path: root/samples/io/reverse.bruijn
blob: 7a3553f89028c8a51cd48a00a326010b29b0ae30 (plain) (blame)
1
2
3
4
5
6
7
# "echo tacocat | bruijn reverse.bruijn"

:import std/List .

# stdin is encoded as binary numbers in a list
# reversing the list reverses the input!
main [<~>0]