Archived
add 2nd december solution
This commit is contained in:
+8
-1
@@ -1,7 +1,14 @@
|
||||
package main
|
||||
|
||||
import "adventofcode/pkg/one"
|
||||
import (
|
||||
"adventofcode/pkg/one"
|
||||
"adventofcode/pkg/two"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println("Day 1")
|
||||
one.Run()
|
||||
fmt.Println("Day 2")
|
||||
two.Run()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user