Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 2.6 KB

README.md

File metadata and controls

48 lines (40 loc) · 2.6 KB

Go Report Card

Advent of Code 2021 in Go

AoC Logo

🎄🎄🎄

You need to get your Advent of code session.

  1. Login on the webpage
  2. F12 - Network - Headers
  3. copy the session=1234....ef into assets/.aocsession file without the session= part

Running the days

    cd cmd/dayXX
    go run .

Overview

Day Name Stars
01 Sonar Sweep ⭐⭐
02 Dive! ⭐⭐
03 Binary Diagnostic ⭐⭐
04 Giant Squid ⭐⭐
05 Hydrothermal Venture ⭐⭐
06 Lanternfish ⭐⭐
07 The Treachery of Whales ⭐⭐
08 Seven Segment Search ⭐⭐
09 Smoke Basin ⭐⭐
10 Syntax Scoring ⭐⭐
11 Dumbo Octopus ⭐⭐
12 Passage Pathing ⭐⭐
13 Transparent Origami ⭐⭐
14 Extended Polymerization ⭐⭐
15 Chiton ⭐⭐
16 Packet Decoder
17 Trick Shot ⭐⭐
18
19
20
21
22
23
24