This is a repo for learning Odin, by solving leet code problems
clone and cd into the directory, To build and run the project use:
odin build . && LeetOdin.bin <problem>
problem is the leet code problem to solve, if none is provided then it will list them for you.