Updated regression tests

This commit is contained in:
Dmitry Boulytchev 2018-02-25 17:39:27 +03:00
parent edfb7a4c9a
commit ffbe14eae2
10962 changed files with 23924 additions and 23924 deletions

View file

@ -1,5 +1,5 @@
x := read ();
y := read ();
read (x);
read (y);
z := x < y;
write (z);
z := x <= y;