Skip to content

andi-makes/aoc2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020

About Language Days completed Stars

Advent of Code 2020 - My solutions using C++

Interrested in my solutions from last year? You can find them here!

Compilation

  • Create a build folder in the root of the project.
  • cd into the build folder.
  • Run cmake .. with your favorite arguments or use a program like cmake-gui on Windows or ccmake on Linux.
  • To build the program, run cmake --build <path_to_build_folder>. (e.g. from the root of the project run cmake --build build)
  • The resulting binary will be in the bin folder.
  • WSL specific problem: To fix clock skewed warning, execute sudo hwclock -s, that should fix it for a while.

Other awesome solutions!

About

Advent of Code 2020 - My solutions using C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages