hello, world

#include <iostream>

int main()
{
std::cout << "hello, world";
return 0; }

 

posted @ 2019-08-21 13:13  溪嘉嘉  阅读(128)  评论(0编辑  收藏  举报