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