test
parent
6aaf1f55f0
commit
c718a68f9f
|
@ -3,5 +3,7 @@ package com.example;
|
||||||
public class helloWorld {
|
public class helloWorld {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("Hello world!");
|
System.out.println("Hello world!");
|
||||||
|
System.out.println("Hello world!");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue