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 day15() {
//in := utility.GetInput("input/test")
//in := utility.GetInput("input/15")
fmt.Println("15 is not implemented yet")
}