int puts(const char*); int main() { puts("hello, world!"); }