Skip to content

Latest commit

Β 

History

History
48 lines (35 loc) Β· 1.26 KB

README.md

File metadata and controls

48 lines (35 loc) Β· 1.26 KB

Advent of Code 2023 in Go 🐭

This is my 3rd attempt of AoC πŸŽ„! My goal is not to get 50 stars, with a great solution, I do AoC to learn a new language in a fun way

β˜… = completed the solution β˜† = had to get help

Setup

Using emacs with this config (and also VsCode as of late)

Usage

go run . day01 ./data/day01/input.txt
===== day01 =====
Part01: The sum of all calibration values is 20614
        (took 6.456Β΅s)
Part02: The sum of all calibration, including words values is 142
        (took 41.131Β΅s)

Credits

  • thanks to Mr-Unforgettable - for resolving a potential but at day01 - fixing an offset issue in day02, part01 (#2)

Past