diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..fb50116 --- /dev/null +++ b/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..8af6f48 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + nomads + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/bin/net/grosinger/nomads/Nomads.class b/bin/net/grosinger/nomads/Nomads.class new file mode 100644 index 0000000..545081a Binary files /dev/null and b/bin/net/grosinger/nomads/Nomads.class differ diff --git a/src/net/grosinger/nomads/Nomads.java b/src/net/grosinger/nomads/Nomads.java new file mode 100644 index 0000000..f9f7078 --- /dev/null +++ b/src/net/grosinger/nomads/Nomads.java @@ -0,0 +1,13 @@ +package net.grosinger.nomads; + +public class Nomads { + + /** + * @param args + */ + public static void main(String[] args) { + // TODO Auto-generated method stub + + } + +}