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