added link to libdl
[tridge/junkcode.git] / Time.c
1 #include <stdio.h>
2
3 main()
4 {
5   printf("%d\n",time(NULL));
6 }