sinkovec / Advent-of-Code-2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent-of-Code-2021

Build status

These are my solutions for the Advent of Code 2021. The solutions are written in Go.

Run go test ./... -v to run the tests, and go run . to get the solutions for the current day.

Progress

Day Task 1 Task 2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

About

License:MIT License


Languages

Language:Go 91.7%Language:Shell 8.3%