Skip to content
Snippets Groups Projects
Commit 289ffc14 authored by Juuso Rytilahti's avatar Juuso Rytilahti
Browse files

updated the Main.java

parent a1e556db
No related branches found
No related tags found
No related merge requests found
package fi.utu.tech.ooj.exercise4;
import fi.utu.tech.ooj.exercise4.exercise1.Exercise1;
import fi.utu.tech.ooj.exercise4.exercise2.Exercise2;
import fi.utu.tech.ooj.exercise4.exercise3.Exercise3;
import fi.utu.tech.ooj.exercise4.exercise4.Exercise4;
public class Main {
public static void main(String[] args) throws Exception {
System.out.println("Advanced Course in Object-Oriented Programming, Exercises of Part 4");
new Teht1();
new Teht2();
new Teht3();
new Teht4();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment