Skip to content

Commit

Permalink
Removed not thrown IOException #5
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSkare committed May 16, 2024
1 parent 313470c commit 296d3e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/hu/bme/mit/iet/pipe_game/Main.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
package hu.bme.mit.iet.pipe_game;

import java.io.IOException;

public class Main {
public static void main(String[] args) throws IOException {
public static void main(String[] args) {
/**
* Létrehozzuk a GUIControl-t, amely a játék grafikus futtatásáért felelős.
* Ennek a Run függvénye futtatja a játékot(Azaz először a beállításokat, majd a játékot)
Expand Down

0 comments on commit 296d3e7

Please sign in to comment.