add lab6
This commit is contained in:
4
Lab6/Cond.java
Normal file
4
Lab6/Cond.java
Normal file
@@ -0,0 +1,4 @@
|
||||
interface Cond {
|
||||
boolean eval();
|
||||
Cond neg();
|
||||
}
|
||||
Reference in New Issue
Block a user