First Push
basic rule-set , main bin
This commit is contained in:
11
testFile.pc
Normal file
11
testFile.pc
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
App adder(){
|
||||
|
||||
int value1 = 0
|
||||
int value2 = 0
|
||||
|
||||
print("total" + intToString(value1 + value2))
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user