Skip to content

Advent of Code challenge solutions

Notifications You must be signed in to change notification settings

DrkCloudStrife/advent_of_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Compiling

Go to day challenge and use g++ or clang++. I added a binaries directory for your convenience to output the binary file there.

# Example of compiling in C++
# linux
$ g++ -std=c++2a path/to/file.cpp -o ./binaries
# osx
$ clang++ -std=c++2a path/to/file.cpp -o ./binaries

About

Advent of Code challenge solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published