Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

___
_|___|_
(' < ')
>-( o )-<
_____( o )_____
Advent of Code 2023

Build 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