added -C option to enable running on more than 1 node
[tridge/junkcode.git] / time.c
1 main()
2 {
3         printf("%d\n", time(0));
4 }