Skip to content

Commit 5526fa3

Browse files
committed
moving files from helloworld to main repo
1 parent 1cae07e commit 5526fa3

5 files changed

Lines changed: 10 additions & 86 deletions

File tree

helloworld/Dockerfile

Lines changed: 0 additions & 5 deletions
This file was deleted.

helloworld/pom.xml

Lines changed: 0 additions & 68 deletions
This file was deleted.

helloworld/src/main/java/org/examples/java/App.java

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package org.examples.java;
2+
3+
/**
4+
* Hello world!
5+
*/
6+
public class App {
7+
public static void main(String[] args) {
8+
System.out.println("Hello World!");
9+
}
10+
}
File renamed without changes.

0 commit comments

Comments
 (0)