-
Notifications
You must be signed in to change notification settings - Fork 0
Advent of Code calendar
License
alexlnkp/aoc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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.
About
Advent of Code calendar
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published