github.com/mvdan/u-root-coreutils@v0.0.0-20230122170626-c2eef2898555/pkg/strace/test/hello.c (about)

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