test01/main.c

8 lines
91 B
C

#include <stdio.h>
#include <stdlib.h>
int main() {
puts("FOO");
return EXIT_SUCCESS;
}