diff --git a/.idea/WS-01-intro-to-oop.iml b/.idea/WS-01-intro-to-oop.iml index d6ebd48..c90834f 100644 --- a/.idea/WS-01-intro-to-oop.iml +++ b/.idea/WS-01-intro-to-oop.iml @@ -2,7 +2,9 @@ - + + + diff --git a/.idea/misc.xml b/.idea/misc.xml index 4b151ab..a20905f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/src/ClassExamples/Example01.java b/src/ClassExamples/Example01.java new file mode 100644 index 0000000..f1869cf --- /dev/null +++ b/src/ClassExamples/Example01.java @@ -0,0 +1,9 @@ +package ClassExamples; + +public class Example01 +{ + public static void main(String[] args) + { + System.out.println("Hi!"); + } +} \ No newline at end of file