1
0
Fork 0

Dateien nach "Axel/src/de/hs_mannheim/informatik/spreadsheet" hochladen

main
Jan Bachmann 2024-01-07 23:32:59 +01:00
parent 1aa39e7344
commit f09c112e2c
1 changed files with 139 additions and 139 deletions

View File

@ -46,7 +46,6 @@ public class nr5 {
assertEquals(expectedSum, spr.sum("A1", "J10"));
}
@Test
public void testProd() {
setup();
@ -137,3 +136,4 @@ public class nr5 {
return max;
}
}