C++的Hello World

2018-10-13  本文已影响0人  东南dn
#include <iostream>

int main(void)
{
   std::cout << "Hello World" << std::endl;
}
上一篇 下一篇

猜你喜欢

热点阅读