foo.c.in 82 B

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