第105章 Hello 天道(3 / 3)

了这样几行字:

#include <stdio.h>

int main {

printf(\"hello 天道\\");

return 0;

}