init, 2015 & 2016

This commit is contained in:
2025-11-14 07:14:53 -08:00
commit ef109439e6
124 changed files with 14861 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package solutions
import "fmt"
func day14() {
//in := utility.GetInput("input/test")
//in := utility.GetInput("input/14")
fmt.Println("14 is not implemented yet")
}