Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ir33k/aoc23
Advent of Code 2023
https://github.com/ir33k/aoc23
advent-of-code advent-of-code-2023 advent-of-code-2023-c c
Last synced: about 2 months ago
JSON representation
Advent of Code 2023
- Host: GitHub
- URL: https://github.com/ir33k/aoc23
- Owner: ir33k
- Created: 2023-12-01T21:13:53.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-19T19:03:35.000Z (about 1 year ago)
- Last Synced: 2023-12-20T22:58:20.079Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2023, advent-of-code-2023-c, c
- Language: C
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
___
_|___|_
(' < ')
>-( o )-<
_____( o )_____
Advent of Code 2023Build and run:
$ ./build # Build all binaries
$ cd 01 # Go to day 1
$ ./part1.bin < example # Run part 1 with example input
$ ./part2.bin < example2 # Run part 2 with second example
$ ./part1.bin < input # Run part 1 with main puzzle input
$ ./test.bin # Run tests for day 1