mirror of
https://github.com/sgmarz/osblog.git
synced 2024-11-23 18:06:20 +04:00
7 lines
129 B
C++
7 lines
129 B
C++
#include <cstdio>
|
|
int main()
|
|
{
|
|
printf("I'm going to bed.\nYou can watch me sleep for 100 switches using 'top'\n");
|
|
return 0;
|
|
}
|