init Project
parent
3fe3652322
commit
7573a74770
|
@ -0,0 +1,8 @@
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
module spreadsheet {
|
||||||
|
}
|
|
@ -0,0 +1,7 @@
|
||||||
|
package spreadsheet.app;
|
||||||
|
|
||||||
|
public class App {
|
||||||
|
public static void main(String... args) {
|
||||||
|
System.out.println("Hello World!");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue