extern int puts(char *str); int main() { puts("hello, world!\n"); }