mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-23 10:20:24 +01:00
7 lines
91 B
C
7 lines
91 B
C
|
#include "foo.h"
|
||
|
#include <stdio.h>
|
||
|
int main() {
|
||
|
printf("hello from app\n");
|
||
|
return 0;
|
||
|
}
|