github.com/cnboonhan/delve@v0.0.0-20230908061759-363f2388c2fb/_fixtures/test.c (about)

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