diff options
Diffstat (limited to 'src/ch/epfl/maze/main/Console.java')
-rw-r--r-- | src/ch/epfl/maze/main/Console.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ch/epfl/maze/main/Console.java b/src/ch/epfl/maze/main/Console.java index 931bec4..0c273e1 100644 --- a/src/ch/epfl/maze/main/Console.java +++ b/src/ch/epfl/maze/main/Console.java | |||
@@ -21,6 +21,8 @@ import java.util.Map; | |||
21 | /** | 21 | /** |
22 | * Mini-project main program that will run the simulations multiple times and | 22 | * Mini-project main program that will run the simulations multiple times and |
23 | * show statistics on the console. | 23 | * show statistics on the console. |
24 | * | ||
25 | * @author EPFL | ||
24 | */ | 26 | */ |
25 | public class Console { | 27 | public class Console { |
26 | 28 | ||