exo6: add the basic code structure with the right class hierarchy
[Project_POO.git] / exo6 / Main.java
1
2 class Main {
3
4 /**
5 * The main() function
6 * @param String[] args main() function arguments array
7 */
8 public static void main(String[] args) {
9 }
10 }