Skip to content

ercankilic/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent Of Code

Personal repository of Advent of Code solutions.

What is Advent of Code

Directly quoted from original page:

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill levels that can be solved in any programming language you like. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.

How to build

This is a C++ project and build manages by cmake.

Build


mkdir build
cd build
cmake ../
make

There is a Cmake option to choose which inputs is using while compiling and running. By default this option is off state. If it is off state, make command copy files under inputs/test folder otherwise inputs/real folder.

-DREAL=ON

I am not going to share real inputs as stated in the Advent of Code about page. If you'd like test my code with your real input, please locate those on proper folder.

Run


Build artifacts are put under related year folder. 2024 executable is under 2024/ folder. Executable name is AoC.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published