feat: solve day 3 part 1

This commit is contained in:
Stevan Freeborn
2025-12-05 07:05:28 -06:00
parent eb85bd0360
commit 52422a9e16
6 changed files with 204 additions and 1 deletions
+3
View File
@@ -6,6 +6,9 @@ import (
"os"
)
// TODO: Implement a StreamLines method
// in the file package
func ReadLines(filePath string) []string {
lines := []string{}