first commit
This commit is contained in:
commit
063194f8be
349 changed files with 36508 additions and 0 deletions
7
tester/testsuite/good/core022.jl
Normal file
7
tester/testsuite/good/core022.jl
Normal file
|
@ -0,0 +1,7 @@
|
|||
int main() {
|
||||
int x;
|
||||
double y;
|
||||
printInt(x);
|
||||
printDouble(y);
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue