Skip to content

Advent of Code is a calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

Notifications You must be signed in to change notification settings

shamsch/advent-of-code-22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

This repository contains my solutions to the Advent of Code 2022 challenges.

Solved Challenges

Day Part 1 Part 2
1 ✔️ 🚧
2 ✔️ ✔️
3 ✔️ ✔️
4 ✔️ ✔️
5 ✔️ ✔️
6 ✔️ ✔️
7 🚧 🚧
8 🚧 🚧
9 🚧 🚧
10 ✔️ ✔️
11 🚧 🚧
12 🚧 🚧
13 🚧 🚧
14 🚧 🚧
15 🚧 🚧
16 🚧 🚧
17 🚧 🚧
18 🚧 🚧
19 🚧 🚧
20 🚧 🚧

Running the solutions

To run the Go files, you will need to have Go installed. Here is a link to the Go download page for your system. Once you have Go installed, you can then run the solutions using the following command for example:

go run day1/problem1/main.go

About

Advent of Code is a calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

Resources

Stars

Watchers

Forks

Languages