Troll23 test
[mirrors/Programs.git] / c / troll23 / test.c
1 #include <stdio.h>
2
3 int main() {
4 srand(time(NULL));
5 printf("%d\n", rand());
6 return(0);
7 }
This page took 0.219867 seconds and 4 git commands to generate.