extern "C" void printf(char const* format, ...); int main() { printf("Hello, World!\n"); }