grbc/example/main.c

8 lines
104 B
C

#include <stdio.h>
#include "test.h"
int main() {
printf("Hello World!\n");
test_function();
}