about.c 96 B

12345678
  1. #include <libc/stdio.h>
  2. int main()
  3. {
  4. printf("Hello World!\n");
  5. exit(0);
  6. while(1);
  7. }