index
:
SemVerif-Projet.git
master
Projet de Sémantique
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
sources
/
0207_assign_add2.c
blob: 1f8ec564f98462f585a5c7decc4b855332ab6c83 (
plain
) (
blame
)
1
2
int
x
;
x
=
rand
(
1
,
5
)
+
rand
(
10
,
10
);