blob: 04ce43432c3396f59e32049254d7ecfc917c3da1 [file] [log] [blame]
#include <stdio.h>
int main() {
printf("Hello world!\n");
return 0;
}