summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaurice Laveaux <m.laveaux@student.tue.nl>2014-04-30 14:42:56 +0200
committerMaurice Laveaux <m.laveaux@student.tue.nl>2014-04-30 14:42:56 +0200
commitb58fdf10f76175b6468ddf5a04664df748453f11 (patch)
tree5c8c531cc628e24dfb62b8352ce0e8f3cf37d764 /src
parent4f232e83cb5275a6d671376fe232609b8563abf2 (diff)
downloadGoldfarmer-b58fdf10f76175b6468ddf5a04664df748453f11.tar.gz
Created the netbeans project and main class.
Diffstat (limited to 'src')
-rw-r--r--src/main/Main.java17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/main/Main.java b/src/main/Main.java
new file mode 100644
index 0000000..cd7e75e
--- /dev/null
+++ b/src/main/Main.java
@@ -0,0 +1,17 @@
+package main;
+
+/**
+ * The main class containing the main method.
+ *
+ * @author Maurice Laveaux
+ */
+public class Main {
+
+ /**
+ * @param args the command line arguments
+ */
+ public static void main(String[] args) {
+ // TODO code application logic here
+ }
+
+}