Files
wren/test/shebang/shebang.wren
T
2015-01-03 20:53:17 +01:00

3 lines
41 B
Plaintext

#!/bin/wren
IO.print("ok") // expect: ok