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