Skip to content
/ AoC22 Public

Some answers to the Advent of Code calender, made by a guy who has not used python in a long time

License

Notifications You must be signed in to change notification settings

sigubrat/AoC22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoC22

Some answers to the Advent of Code calender, made by a guy who has completely forgotten how python works

PS File names!

I have provided the test-input and actual input that I was provided. These will not match yours if you're participating. Change the input names to whatever you need if you want to run int.

PPS!

I've been using VSCode to run the code most of the time. If you're running the code from a terminal, you might have to change the file path when reading input files.

For example:

with open("day_1/data.txt", "r") as f:

should be

with open("data.txt", "r") as f:

I might re-structure data so that it's stored in a more convenient way at some point if I get really bored

About

Some answers to the Advent of Code calender, made by a guy who has not used python in a long time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages