added writesize
[tridge/junkcode.git] / time.c
1 main()
2 {
3         printf("%d\n", time(0));
4 }