shiro / advent-of-code-2023-go

Advent of code 2023, solved by me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of code 2023 - Go

My solutions to Advent of code 2023, solved in Go

GitHub MIT License Donate

I haven't written a lot of Go recently, so I decided to practice a bit by solving the popular Advent of code puzzles.

Run it locally

Clone the repository and run:

cd day1/part1
go run .

Authors

About

Advent of code 2023, solved by me

License:MIT License


Languages

Language:Go 100.0%