foo.c   [plain text]


#include <stdio.h>


void foo() {
  printf("hello\n");
}