84
edits
Changes
→Implementation
if matrixNr == 1 {
matrix1 = append(matrix1, temp)
matrix2 = append(matrix2, temp)
}
temp = nil
} else {
}
A.add(line);
B.add(line);
}
}
br.close();