Things.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="lib" path="/home/jacob/Documents/javalib.jar"/>
|
||||
<classpathentry kind="lib" path="/home/jacob/Documents/tester.jar"/>
|
||||
<classpathentry kind="lib" path="/home/jacob/School/CS3/libs/javalib.jar"/>
|
||||
<classpathentry kind="lib" path="/home/jacob/School/CS3/libs/tester.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
1
mastermind/.gitignore
vendored
Normal file
1
mastermind/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/bin/
|
@@ -345,4 +345,4 @@ class MtInt implements ILoInt {
|
||||
public int first() { throw new IllegalArgumentException("Cannot get first element in a list without any."); }
|
||||
public ILoInt rest() { throw new IllegalArgumentException("Cannot get rest of empty list."); }
|
||||
public ILoInt subOne() { return this; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user