Skip to content
/ aoc Public

My solutions to the puzzles from 2020 in Odin

Notifications You must be signed in to change notification settings

streof/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

My solutions to the puzzles from 2020 in Odin. Tested with version dev-2021-07:35230b1a.

To compile and run dayXY:

cd dayXY

# debug mode
odin run main.odin

# release mode
odin run main.odin -o="speed"

About

My solutions to the puzzles from 2020 in Odin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages