fraserws / AOC2023

Advent of code solutions in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2023

Advent of code logo

Introduction

Welcome to the Advent of Code 2023 repository! This repository contains my solutions and explanations for the Advent of Code challenges for the year 2023 in Go.

Advent of Code is an annual coding event that takes place during the month of December. Each day, a new coding challenge is released, ranging from easy to difficult. Participants from around the world take on these challenges to improve their programming skills and have fun solving puzzles.

Run Locally

Clone the project

  git clone https://github.com/fraserws/AOC2023.git
adventofcode2023/
│
├── Day01/
│   ├── input.txt
│   ├── go.mod
│   └── main.go
│
├── Day02/
│   ├── input.txt
│   ├── go.mod
│   └── main.go
│
└── ...

Contributing

The solutions I come up may not be optimal so any suggestions for improvement would be appreciated!

About

Advent of code solutions in golang


Languages

Language:Go 100.0%