00:00

c:hello_world 的直播

  • 等級 1
  • 粉絲 0
#include <iostream>

int main()
{
   std::cout << "Hello, world!" << std::endl;
}