mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Opam/install
This commit is contained in:
parent
166c6663c2
commit
cf78cd20e3
9 changed files with 96 additions and 47 deletions
3
regression/orig/test103.log
Normal file
3
regression/orig/test103.log
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
> > > 0
|
||||
0
|
||||
5
|
||||
4
regression/test103.expr
Normal file
4
regression/test103.expr
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
repeat
|
||||
local n = read ();
|
||||
write (n)
|
||||
until n > 0
|
||||
3
regression/test103.input
Normal file
3
regression/test103.input
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
0
|
||||
0
|
||||
5
|
||||
Loading…
Add table
Add a link
Reference in a new issue