1
0
Fork 0
main
Mustafa Kiraz 2024-01-08 21:43:03 +01:00
parent ada8f538a2
commit 209531f6f9
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ public class Axel {
System.out.println(spr);
spr.saveCsv("/tmp/test.csv");
//spr.saveCsv("/tmp/test.csv");
//Test
// TODO: You might want to put "UI loop" for entering value and formulas here resp. in some UI methods.
}