Quick little cat clone without stdin capabilities I wrote because I was bored, wanted to learn more Odin
and low level programming, and because I love writing code.
- Install the Odin compiler from Odin's website
- Run
a)
makeor b)odin build .or if you're feeling cheeky c)odin run . -- <filename or path> [another file] - If you ran a or b execute the program
a)
./out/kisu <filename or path>b)./kisu <filename or path>