A collection of solutions to John Cricket's Coding Challenges https://codingchallenges.fyi/challenges/intro written in Odin
Because each solution (package in odin terminology) is a single file in the same directory,
they must be run with the -file flag.
git clone https://github.com/vlshields/coding-challenges-odin.git
cd coding-challenges-odin
odin run solution1.odin -file