github.com/zyedidia/knit@v1.1.2-0.20230901152954-f7d4e39a0e24/test/dofile/hello.c (about)

     1  #include <stdio.h>
     2  
     3  int add(int, int);
     4  
     5  int main() {
     6      printf("%d:", add(21, 21));
     7      return 0;
     8  }