1 2 3 4 5 6 7 8 9 10
#include "kernel/types.h" #include "kernel/stat.h" #include "user/user.h" int main(int argc, char *argv[]) { sleep(1); exit(0); }