j
jaipkg.dev
packages / library / AdventOfCode

AdventOfCode

861de19library

No description provided.

Unlicense · updated 7 months ago

Advent Of Code

My personal repository for the yearly Advent Of Code event.

Compiling

These are the commands to use for each language:

jai day_1.jai
odin build day_1.odin -file

Running

The input is not built into the executables, just feed it a file as a commandline argument.

day_1.exe input_1.txt

Language info