We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de98ef4 commit 62da878Copy full SHA for 62da878
internal/inputs/inputs.go
@@ -46,6 +46,8 @@ func ExtractIntPairs(input string) ([]int, []int, error) {
46
return left, right, nil
47
}
48
49
+// ExtractIntRows takes multiple lines of whitespace separated numbers and
50
+// parses it into a 2d int slice
51
func ExtractIntRows(input string) ([][]int, error) {
52
var result [][]int
53
0 commit comments