main: hello, world
This commit is contained in:
commit
c331115923
|
@ -0,0 +1,8 @@
|
||||||
|
package com.company;
|
||||||
|
|
||||||
|
public class Main {
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println("hello, world");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue