github.com/insomniacslk/u-root@v0.0.0-20200717035308-96b791510d76/pkg/strace/test/hello.c (about)

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