Files
advent-of-code-2025/cmd/01/main.go
T

6 lines
67 B
Go
Raw Normal View History

2025-11-28 07:19:14 -06:00
package main
func SolvePartOne(filePath string) int {
return 0
}