about.c 83 B

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