github.com/gidoBOSSftw5731/go/src@v0.0.0-20210226122457-d24b0edbf019/internal/xcoff/testdata/printhello.c (about)

     1  #include <stdio.h>
     2  
     3  void printhello(){
     4  	printf("Helloworld\n");
     5  }