main.c 91 B

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