first commit
This commit is contained in:
commit
063194f8be
349 changed files with 36508 additions and 0 deletions
15
tester/testsuite/good/core018.jl
Normal file
15
tester/testsuite/good/core018.jl
Normal file
|
@ -0,0 +1,15 @@
|
|||
/* test input */
|
||||
|
||||
int main() {
|
||||
int x = readInt();
|
||||
double y = readDouble();
|
||||
|
||||
printInt(x-5);
|
||||
|
||||
if (y > 42.0 || y < 43.0)
|
||||
printString("yay!");
|
||||
else
|
||||
printString("nay!");
|
||||
return 0 ;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue