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