Go to file
2023-12-23 00:05:29 -05:00
pythonsrc python day 4 and pascal day 6 2023-12-06 00:59:01 -05:00
resources day 13 2023-12-23 00:05:29 -05:00
src day 13 2023-12-23 00:05:29 -05:00
.gitignore day 1 2023-12-01 23:34:36 -05:00
Makefile day 13 2023-12-23 00:05:29 -05:00
readme.md 1 liners for day 3 2023-12-03 09:53:47 -05:00

hello and welcome to this

these are the solutions to the 2023 advent of code

i decided to challenge myself by writing all of it in pascal

i've never written pascal before this lol

but yeah have fun stealing my solutions or praising me for writing the worst quality code you've ever seen

building/running

every day has two parts, and it can be compiled and run with

make dayXpartY

where X is the day and Y is the part

the compiled stuff is in build ig

python one liners

there's python one liners in pythonsrc.

just run em. there's no libraries. run them in the root dir though

thankies.