Skip to content

Peirceman/AOC-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solution of Advent Of code 2022 in go

I don't know go, this is for learning it, so don't get mad if I do anythin wrong/strangly.

start

put all of your inputs into the inputs folder with the name day, the day it is for and _test if it is a testcase. The day 1 input is day1.txtand the day 1 test input is day1_test.txt.

then you can just build or run it with go. to run it, specify the day and part and -test if you want to run the testcase

to run day 1 part 1 do:

 $ go build
 $ ./AOC-2022 -day=1 -part=1

or:

 $ go run . -day=1 -part=1

About

a solution of advent of code 2022 in go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages