Skip to content
Snippets Groups Projects
Commit 48cc6c61 authored by Henri Sippola's avatar Henri Sippola
Browse files

exercise implementations

parent 11759b22
No related branches found
No related tags found
No related merge requests found
......@@ -17,13 +17,13 @@ public class Main {
public static void main(String[] args){
/*
* Testin jälkeen alla olevan rivin voi joko kommentoida tai poistaa.
*/
*
System.out.println("*** Harjoitustyöpohja käynnistyy ***");
HashSet<Ajoneuvo> ajoneuvot = new HashSet<Ajoneuvo>();
HashSet<HenkiloAuto> henkiloautot = new HashSet<HenkiloAuto>();
HashSet<KuormaAuto> kuormaautot = new HashSet<KuormaAuto>();
*/
// ---Tehtävä 2 demonstrointi---
System.out.println("---Tehtävä 2---");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment