About
Contact
QtCreator
KDevelop
Solarized
1
#include
<unistd.h>
2
3
int
main
(
) {
4
while
(
1
) {
5
sleep
(
seconds:
1
);
6
}
7
return
0
;
8
}
9