test01/main.c

8 lines
91 B
C
Raw Normal View History

2022-01-19 21:10:13 +00:00
#include <stdio.h>
#include <stdlib.h>
int main() {
puts("FOO");
return EXIT_SUCCESS;
}