forked from Cutieguwu/raven
Most of the refactor. Need to switch machines.
This commit is contained in:
10
crates/core/assets/MainTest.java
Normal file
10
crates/core/assets/MainTest.java
Normal file
@@ -0,0 +1,10 @@
|
||||
public class MainTest {
|
||||
|
||||
public static void main(String[] args) {
|
||||
testAdd();
|
||||
}
|
||||
|
||||
public static void testAdd() {
|
||||
assert Main.add(2, 2) == 4;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user