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