X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=c%2Ftroll23%2Ftest.c;h=a529f5b1faba39dc485e0698a34a604c5c9768af;hb=e7d1ce5c0f321dc0e5894527c1d1401369e46a1b;hp=32cda6310e06c546acbc98701571066a0a9ae6a0;hpb=95cee86bcb48d2036726e41e1efbb4dbc55b39a4;p=mirrors%2FPrograms.git diff --git a/c/troll23/test.c b/c/troll23/test.c index 32cda63..a529f5b 100644 --- a/c/troll23/test.c +++ b/c/troll23/test.c @@ -1,3 +1,7 @@ +#include + int main() { + srand(time(NULL)); printf("%d\n", rand()); + return(0); }