Skip to content

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

Packages

Used by

Contributors

Languages