o
odin.langpkg.dev
packages / library / kisu

kisu

97410b3library

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.

No license · updated 8 months ago

Kisu

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.

Running the application

  1. Install the Odin compiler from Odin's website
  2. Run a) make or b) odin build . or if you're feeling cheeky c) odin run . -- <filename or path> [another file]
  3. If you ran a or b execute the program a) ./out/kisu <filename or path> b) ./kisu <filename or path>