parent
5123a0ab27
commit
fd84b76f54
@ -1,7 +0,0 @@
|
|||||||
package placeholder;
|
|
||||||
|
|
||||||
public class Main {
|
|
||||||
public static void main(String[] args) {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -0,0 +1,18 @@
|
|||||||
|
package ui;
|
||||||
|
|
||||||
|
public class Iface {
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println("Starting Main");
|
||||||
|
helloWorld();
|
||||||
|
helloWorld2();
|
||||||
|
System.out.println("Exiting...");
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void helloWorld() {
|
||||||
|
System.out.println("Hello world");
|
||||||
|
}
|
||||||
|
|
||||||
|
public static void helloWorld2() {
|
||||||
|
System.out.println("Hello world2");
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in new issue