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