hello.c 113 B

123456789
  1. #include <stdio.h>
  2. int syscall_enter(openat)(void *args)
  3. {
  4. puts("Hello, world\n");
  5. return 0;
  6. }
  7. license(GPL);