modernc.org/99c@v1.0.1-0.20181109153923-a9e8197063d9/examples/hello/hello.c (about)

     1  #include <stdio.h>
     2  
     3  int main()
     4  {
     5  	printf("hello world\n");
     6  }