blob: 7e9a170a9cef98052a1d43b5d348966a27c58077 [file] [log] [blame]
#include <stdio.h>
int main() {
fprintf(stdout, "Hello world!\n");
return 0;
}