index
:
SemVerif-Projet.git
master
Projet de Sémantique
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
loop4.c
blob: 6cbe12c4c29a526b076faf851013debdf970a656 (
plain
) (
blame
)
1
2
x
=
rand
(
-10
,
10
);
while
(
x
<=
0
)
x
=
x
-1
;