Opam/install

This commit is contained in:
Dmitry Boulytchev 2020-02-13 18:56:27 +03:00
parent 166c6663c2
commit cf78cd20e3
9 changed files with 96 additions and 47 deletions

View file

@ -0,0 +1,3 @@
> > > 0
0
5

4
regression/test103.expr Normal file
View file

@ -0,0 +1,4 @@
repeat
local n = read ();
write (n)
until n > 0

3
regression/test103.input Normal file
View file

@ -0,0 +1,3 @@
0
0
5