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

Minor changes

parent 2a408dcf
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
package fi.utu.tech.ooj.exercise2.teht2;
import java.io.IOException;
public class Teht2 {
public Teht2() {
System.out.println("Tehtävä 2");
try (var zipper = new TestZipper2("books.zip")) {
zipper.run();
} catch (IOException e) {
System.err.println("Ajo epäonnistui!");
e.printStackTrace();
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment