Skip to content

theo8theo8/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode 2020/2021/2022

My solutions to Advent of Code 2020, 2021 and 2022. 2020 solutions are made in Java, 2021 and 2022 solutions are made in Python

For 2020: To run, simply use

javac Filename.java

and then

java Filename

For 2021 and 2022: To run, use

python3 filename.py