This website requires JavaScript.
Explore
Help
Sign In
kirreen
/
AoC2023
Watch
1
Star
0
Fork
You've already forked AoC2023
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
my solutions for advent of code 2023
9
commits
1
branch
0
tags
148
KiB
C
98.2%
Python
1.8%
main
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
kirreen
defb41b48d
lol math test
2023-12-08 14:30:46 +01:00
day1
fixed day 5, only needed unsigned long ints.. also its multithreaded
2023-12-07 03:39:47 +01:00
day2
solved day 1 in python, and day3a/b in c... maybe i'll free() later
2023-12-04 22:15:58 +01:00
day3
solved day 1 in python, and day3a/b in c... maybe i'll free() later
2023-12-04 22:15:58 +01:00
day4
solved day 4
2023-12-05 14:58:08 +01:00
day5
fixed day 5, only needed unsigned long ints.. also its multithreaded
2023-12-07 03:39:47 +01:00
day6
lol math test
2023-12-08 14:30:46 +01:00
'
day 1 and 2
2023-12-03 17:03:15 +01:00
README.md
day 1 and 2
2023-12-03 17:03:15 +01:00
README.md
messy solutions for simple problems