Skip to content
/ aoc23 Public

Advent of Code 2023

Notifications You must be signed in to change notification settings

ir33k/aoc23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                                 ___
                               _|___|_
                               (' < ')
                            >-(   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