mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
This commit is contained in:
parent
60e69ff31d
commit
674214cea6
6 changed files with 49 additions and 18 deletions
1
regression/orig/test108.log
Normal file
1
regression/orig/test108.log
Normal file
|
|
@ -0,0 +1 @@
|
|||
> 100
|
||||
1
regression/test108.input
Normal file
1
regression/test108.input
Normal file
|
|
@ -0,0 +1 @@
|
|||
100
|
||||
8
regression/test108.lama
Normal file
8
regression/test108.lama
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
fun foo (x) {
|
||||
return x;
|
||||
0
|
||||
}
|
||||
|
||||
local n = read ();
|
||||
|
||||
write (foo (n))
|
||||
Loading…
Add table
Add a link
Reference in a new issue