init Project

main
Obai Albek 2025-09-06 20:34:21 +02:00
parent 3fe3652322
commit 7573a74770
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,8 @@
/**
*
*/
/**
*
*/
module spreadsheet {
}

View File

@ -0,0 +1,7 @@
package spreadsheet.app;
public class App {
public static void main(String... args) {
System.out.println("Hello World!");
}
}