Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.
/ AoC-2022 Public archive

My Solutions for Advent of Code 2022 in Go (golang)

License

Notifications You must be signed in to change notification settings

n-vr/AoC-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

This repository contains my solutions for AoC 2022 in Go (golang).

For most solutions, I also provide a unit test which is based on the example text of the challenge. Feel free to use the tests for your own challenges.

If you are looking for a place to discuss Go and Advent of Code, then I suggest that you check out the Discord Gophers' advent-of-code chat.

Running solutions

I strongly encourage you to solve the challenges on your own, because I believe that's the best way to learn.

If you want to run the code anyway, you can do so like this:

go run ./cmd/<dayXX> <input_file>

License

This repository is provided under the MIT license.

About

My Solutions for Advent of Code 2022 in Go (golang)

Topics

Resources

License

Stars

Watchers

Forks

Languages