index
:
SemVerif-Projet.git
master
Projet de Sémantique
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
sources
/
0315_cmp_gt.c
blob: 2ab9e11dce055438e7e6b2f669117c05e0d84b71 (
plain
) (
blame
)
1
2
3
int
x
=
rand
(
10
,
20
);
int
y
=
rand
(
15
,
30
);
if
(
x
>
y
)
print
(
x
,
y
);