feat: solve day 3 part 1
This commit is contained in:
@@ -6,6 +6,9 @@ import (
|
||||
"os"
|
||||
)
|
||||
|
||||
// TODO: Implement a StreamLines method
|
||||
// in the file package
|
||||
|
||||
func ReadLines(filePath string) []string {
|
||||
lines := []string{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user