Hello World!2015-12-09 本文已影响0人 AdvanceJ #include<stdio.h> int main() { printf(“Hello World!”); return 0; }