Skip to content

My solutions to advent of code. Trying to learn new language every year. This time, it's GO

Notifications You must be signed in to change notification settings

Baz00k/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

My solutions to the Advent of Code 2023 puzzles. Please, bear in mind that these are first lines of GO I've ever written, so the solutions are probably not the most elegant ones.

Usage

To run the solution for a given day, just run the following command:

go run . -day <day> solve

If you want to run the tests for a given day, run the following command:

go test ./day<day>

If you want to scaffold a new day, run the following command:

go run . -day <day> scaffold

Visual Studio Code

Launching: press F5 to launch the debugger.

Testing: press Ctrl+Shift+P and select "Go: Test Package" to run the tests for the current day.

Scalfolding: press Ctrl+Shift+P and select "Tasks: Run Task" and then "Scaffold Day" to scaffold a new day.

About

My solutions to advent of code. Trying to learn new language every year. This time, it's GO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages