mirror of
https://github.com/corda/corda.git
synced 2025-06-18 15:18:16 +00:00
working towards compiling simple methods
This commit is contained in:
7
test/Simple.java
Normal file
7
test/Simple.java
Normal file
@ -0,0 +1,7 @@
|
||||
public class Simple {
|
||||
public static void main(String[] args) {
|
||||
int a = 1;
|
||||
int b = 2;
|
||||
int c = a + b;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user