Skip to content
/ advent-of-code Public template

Template for Advent of Code in C++

License

Notifications You must be signed in to change notification settings

MrFriggles/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code

Template repository. Can be copied to make your own Cpp CMake built advent of code repository.

How to build

Once the repository has been cloned and entered:

cmake -S . -B ./build
make -C ./build

From there, the executable aoc will be built. Adjust IDE settings accordingly.

Usage

# aoc [-d/--day=<day> | -a/--all]

Extras

  • Day 14 written in C
    • Why did I decide to randomly start on day 14? Who knows!