Skip to content

jgshort/AoC2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

i have no idea what i'm doing.

run:

$ ./autogen.sh
$ ./configure
$ make

Day 0

Puzzle 0

$ ./src/aoc 0 0 src/input/day0_p0_0.txt
best elf: 4, max calories: 24000

$ ./src/aoc 0 0 src/input/day0_p0_1.txt
best elf: 148, max calories: 70613

Puzzle 1

$ ./src/aoc 0 1 src/input/day0_p1_1.txt
total calories: 205805

Day 1

Puzzle 0

$ ./src/aoc 1 0 src/input/day1_p0_1.txt
RPS Total: 14069

Puzzle 1

$ ./src/aoc 1 1 src/input/day1_p1_1.txt
Strategy Total: 12411

License

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

About

Advent of Code, 2022

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages