forked from Cutieguwu/raven
Most of the refactor. Need to switch machines.
This commit is contained in:
10
crates/core/assets/Main.java
Normal file
10
crates/core/assets/Main.java
Normal file
@@ -0,0 +1,10 @@
|
||||
public class Main {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello, world!");
|
||||
}
|
||||
|
||||
public static int add(int a, int b) {
|
||||
return a + b;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user