1
0
mirror of https://github.com/sgmarz/osblog.git synced 2024-11-23 18:06:20 +04:00
osblog/risc_v/userspace/sleepy.cpp
2020-06-07 11:06:05 -04:00

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;
}