#45369: c++ 我的第一個程式


yp11351268@yphs.tp.edu.tw (709-45謝定澄)


// 我的第一個c++ 程式 
#include <iostream>
using namespace std;
int main()
{
cout << "hello world" << endl;
return 0;
 
}