summaryrefslogtreecommitdiff
path: root/src/ch/epfl/maze/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/ch/epfl/maze/main')
-rw-r--r--src/ch/epfl/maze/main/Console.java2
-rw-r--r--src/ch/epfl/maze/main/Program.java2
2 files changed, 4 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 */
25public class Console { 27public class Console {
26 28
diff --git a/src/ch/epfl/maze/main/Program.java b/src/ch/epfl/maze/main/Program.java
index 043f7e5..347eace 100644
--- a/src/ch/epfl/maze/main/Program.java
+++ b/src/ch/epfl/maze/main/Program.java
@@ -16,6 +16,8 @@ import ch.epfl.maze.util.Vector2D;
16 16
17/** 17/**
18 * Mini-project main program that will run the simulations on a {@code Display}. 18 * Mini-project main program that will run the simulations on a {@code Display}.
19 *
20 * @author EPFL
19 */ 21 */
20public class Program { 22public class Program {
21 23