exo6: add the basic code structure with the right class hierarchy
[Project_POO.git] / exo6 / Main.java
diff --git a/exo6/Main.java b/exo6/Main.java
new file mode 100644 (file)
index 0000000..5bc0ec4
--- /dev/null
@@ -0,0 +1,10 @@
+
+class Main {
+
+    /**
+     * The main() function
+     * @param String[] args main() function arguments array
+     */
+    public static void main(String[] args) {
+    }
+}