blob: babd8d43c1675a3f99d122f73373b0dc9e2d8da7 [file] [log] [blame] [edit]
int puts(const char* str);
int main() {
puts("Hello, world");
return 0;
}