index
:
SemVerif-Projet.git
master
Projet de Sémantique
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
sources
/
0320_cmp_eq_ne.c
blob: 6f4244c32da967cbbb04361b4c989ce1440150cc (
plain
) (
blame
)
1
2
3
4
5
int
x
=
rand
(
10
,
15
);
int
y
=
10
;
if
(
x
==
y
)
print
(
x
,
y
);
else
print
(
x
,
y
);