Files
grassmudhorse.rs/README.md

326 B

grassmudhorse.rs

Grass Mud Horse in Rust

help:

$ ./target/debug/grassmudhorse -h
grassmudhorse.rs v0.1

execute from file:

$ ./target/debug/grassmudhorse print-110.gmh 
1
2
3
4
5
6
7
8
9
10

execute from stdin:

$ cat print-110.gmh | ./target/debug/grassmudhorse
1
2
3
4
5
6
7
8
9
10