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