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