Idris2/tests/node/node005/input
2020-06-12 21:35:08 +01:00

3 lines
47 B
Plaintext

:exec printLn (filter even [S Z,2,3,4,5,6])
:q