This repository is a personal journey of learning Go by solving problems from Advent of Code. The goal is to progressively improve Go skills while tackling a variety of programming challenges. Each part represents a new concept or challenge solved, and there will be multiple parts as I work through different problems.
- Part 1: Basic file reading and string manipulation. This part covers how to read a file, find specific digits within lines of text, and manipulate data (extract, combine and calculate the sum).
- Part 2 (Coming soon):
Each part will have its own folder with:
- The problem description.
- The solution code in Go.
- A short
README.md
explaining the approach and learnings.
- Clone this repository:
git clone https://github.com/thespecialone1/adventofcode
- Navigate to the desired part folder:
cd part-1
- Run the go program
go run main.go