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