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