No need for exception throwing

master
Hammy 4 years ago
parent 1e2fcdf005
commit 5b85718bfe

@ -1,5 +1,5 @@
public class Main { public class Main {
public static void main(String[] args) throws Exception { public static void main(String[] args) {
Coordinates coordinate1 = new Coordinates(4, 16); Coordinates coordinate1 = new Coordinates(4, 16);
Coordinates coordinate2 = new Coordinates(2, 8); Coordinates coordinate2 = new Coordinates(2, 8);

Loading…
Cancel
Save