commit 9d5de23a55f911bdbd5df9a95906d37ba888321d Author: kowalikto76735 Date: Thu Nov 21 13:04:03 2019 +0100 test diff --git a/scopify.iml b/scopify.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/scopify.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/hello.java b/src/hello.java new file mode 100644 index 0000000..5b75998 --- /dev/null +++ b/src/hello.java @@ -0,0 +1,8 @@ +public class hello { + public static void main(String[] args){ + + + System.out.println("Hello"); + + } +} \ No newline at end of file