Skip to content

alexlnkp/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

To compile:
  1. run `cc -o nob nob.c`
  2. run `./nob`

Structure:
  -   `src`   folder holds each day's challenge. For day 1,
              the challenge's solution is `src/1.c`

  -   `out`   folder holds each day's compiled challenge. For day 1,
              the challenge's solution executable is `out/1`

  -  `input`  folder holds input files for some challenges. For day 1,
              the input is `input/1.txt`, which holds two sets of numbers.

  - `include` folder holds some helper headers. For example, `include/benchmark.h`,
              a header that is used for quick and simple benchmarking of code.

Releases

No releases published

Packages

No packages published

Languages