day 06
This commit is contained in:
@@ -24,9 +24,5 @@ func ReadFileRows(test bool) []string {
|
||||
|
||||
rows := strings.Split(cont, "\n")
|
||||
|
||||
for ii, rr := range rows {
|
||||
rows[ii] = strings.TrimSpace(rr)
|
||||
}
|
||||
|
||||
return rows
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user