Skip to content

razterizer/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code

Build & Run Instructions

You need the following header-only libraries that I've made:

Make sure the folder structure looks like this:

<my_source_code_dir>/lib/Core/                   ; Core repo workspace/checkout goes here.
<my_source_code_dir>advent-of-code/              ; advent-of-code repo workspace/checkout goes here.

Windows

Not yet.

MacOS

Goto <my_source_code_dir>/advent-of-code/ and build with ./build.sh.

Then run by typing ./run.sh.

Linux (Ubuntu)

Goto <my_source_code_dir>/advent-of-code/ and build with ./build.sh.

Then run by typing ./run.sh.

About

Advent of Code 2024.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published