diff --git a/base/opt/test.c b/base/opt/test.c new file mode 100644 index 00000000..c3e8d5c6 --- /dev/null +++ b/base/opt/test.c @@ -0,0 +1,6 @@ +#include + +int main(int argc, char * argv[]) { + fprintf(stdout, "Hello, %s!\n", "world"); + return 0; +}