Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 551 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 551 Bytes

Advent of Code 2022

go run ./...
# or
go test ./...

Why this repo is here?

Just for fun and practice. I'm not a professional programmer, so I'm trying to improve my skills. Sure some solution can be improved in time or space complexity, but I'm not going to do that. I hope can be useful to someone else.

This is just for "measure" my skills at night and a way to see new problems and new solutions. It was fun doing this in Go, not a language that I admire but it is fast to learn, awesome tooling and it helps to make thing done.