shytikov / advent-of-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lets go

Advent of Go

Solutions for Advent of Code puzzles implemented in Go.

To run solution:

cd year/day # i.e. cd 2021/01
go run .

N.B. Sole purpose of this attempt is to unnecessary overengineer the code to finally focus on awesome GO's multithreading features instead of just cracking algorithms one by one. This is also my vim-go mastery playground as the code is developed via SSH on remote Radxa Zero SBC.

About


Languages

Language:Go 100.0%