Skip to content

JoshuaSchell/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

aoc

A repository of my Advent of Code solutions.

https://adventofcode.com/

2024

Currently using c++ for this year.

Code can be complied with the following commands depending on which compiler you use:

g++ -O3 -Wall -o example example.cpp

or

clang -O3 -Wall -o example example.cpp

Solutions use stdin for input and stdout to output the result.

When running the executable, pipe the input file into the executable:

./example < input.in

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages