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