Working helloworld with test
This commit is contained in:
commit
0f32ba8b15
4 changed files with 92 additions and 0 deletions
8
src/main/java/eu/mateuszpiela/helloworld/Main.java
Normal file
8
src/main/java/eu/mateuszpiela/helloworld/Main.java
Normal file
|
@ -0,0 +1,8 @@
|
|||
package eu.mateuszpiela.helloworld;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
|
||||
System.out.println("Hello world from java");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue