Skip to content

Laiot/AoC21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AoC21

Advent Of Code solutions in GoLang.
Run go run . in order to start the cli.

Solves

Day Solved Part 1? Solved Part 2? Comment
1 ✔️ ✔️
2 ✔️ ✔️
3 ✔️ ✔️
4 ✔️ ✔️
5 ✔️ ✔️ I should really re-write a lot of this code but today's a Sunday.
6 ✔️ ✔️
7 ✔️ ✔️
8 ✔️ ✔️
9 ✔️ ✔️
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

About

Advent Of Code solutions in GoLang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages