Skip to content

Peirceman/AOC-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021 solutions in java

Here will be all my solutions of advent of code 2021.

Requirements

Running

To run just cd to the folder of the day you want to run and execute the correct run script depending on your os. For example, to run the solution to day one you would do the following

Windows

cd 01
.\run.bat

Mac/Linux

$ cd 01
$ ./run.sh

About

my solutions to the 2021 advent of code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published