C = Main ---- .. code:: c #include main() { printf("Hello, world!\n"); system("pause"); }