My personal repository for the yearly Advent Of Code event.
These are the commands to use for each language:
jai day_1.jai
odin build day_1.odin -file
The input is not built into the executables, just feed it a file as a commandline argument.
day_1.exe input_1.txt
- Jai: The jai compiler is currently in private beta, it is not publicly available. The main developer behind the language and compiler is Jonathan Blow. To learn more about the language, check out this playlist on his YouTube channel.
- Odin: https://odin-lang.org