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

7 lines
129 B
C++
Raw Permalink Normal View History

2020-06-07 19:06:05 +04:00
#include <cstdio>
int main()
{
printf("I'm going to bed.\nYou can watch me sleep for 100 switches using 'top'\n");
return 0;
}