github.com/andrewsun2898/u-root@v6.0.1-0.20200616011413-4b2895c1b815+incompatible/pkg/strace/test/hello.c (about)

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