Skip to content

Latest commit

 

History

History

y23

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Advent of code solutions 2023

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
    ├── day1.jl
    ...
    └── day25.jl

How to run

julia src/day1.jl