Skip to content

Latest commit

 

History

History

y24

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Advent of code solutions 2024

Input files

Input files must be placed in a directory named res next to the src directory and have the format day[x].txt. Like this:

├── res
│   ├── day1.txt
│   ...
│   └── day25.txt
└── src
    ├── 1/main.go
    ...
    └── 25/main.go

How to run

go run src/1/main.go