Pthread pause
[mirrors/Programs.git] / c / troll23 / test.c
index 32cda6310e06c546acbc98701571066a0a9ae6a0..a529f5b1faba39dc485e0698a34a604c5c9768af 100644 (file)
@@ -1,3 +1,7 @@
+#include <stdio.h>
+
 int main() {
+       srand(time(NULL));
        printf("%d\n", rand());
+       return(0);
 }
This page took 0.101661 seconds and 4 git commands to generate.