Skip to content

This repository contains my solutions to the Advent of Code challenges. Each folder corresponds to a specific year, and within each year, you'll find solutions to daily challenges.

Notifications You must be signed in to change notification settings

sidshrivastav/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023 Solutions in Go

This repository contains my solutions to the Advent of Code 2023 challenges implemented in the Go programming language.

Advent of Code

Advent of Code is an annual coding event that takes place in December. It consists of daily coding challenges with two parts released each day.

Structure

Each day's solution is organized in its own directory named day-XX, where XX represents the day of the challenge. Inside each day's directory, you'll find the Go source code (main.go) for the solutions and any additional files necessary for the solution.

How to Run

To run a specific day's solution, navigate to the corresponding directory and execute the following command:

go run main.go

About

This repository contains my solutions to the Advent of Code challenges. Each folder corresponds to a specific year, and within each year, you'll find solutions to daily challenges.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages