commit c1de01a6d5675c45c602e384ba7cc829a5bcb150 Author: pastorssa85045 Date: Mon Oct 18 10:43:17 2021 +0200 Add FirstProject diff --git a/FirstProject.iml b/FirstProject.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/FirstProject.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/HelloWorld.java b/src/HelloWorld.java new file mode 100644 index 0000000..a7d0ffc --- /dev/null +++ b/src/HelloWorld.java @@ -0,0 +1,6 @@ +public class HelloWorld { + + public static void main(String[] args) { + System.out.println("Hallo Welt!"); + } +}