Files
gitbook/test/fixtures/included.c
T
2014-07-10 17:49:50 +02:00

8 lines
101 B
C

#include <stdio.h>
int main(int argc, char *argv[]) {
printf("All is well\n");
return 0;
}