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

https://github.com/ir33k/aoc22

Advent of Code 2022
https://github.com/ir33k/aoc22

Last synced: 3 months ago
JSON representation

Advent of Code 2022

Awesome Lists containing this project

README

        

https://adventofcode.com/2022

Build and run all programs:

$ ./build

File naming convention:

01 # Day number
a # Part 1
b # Part 2
.c # Source
# No extension for binaries
.in0 # Input - test
.in1 # Input - another teast example
.in2 # Input - final is last