#include
using namespace std;
using namespace std;
int main(){
cout << "Hello, world!" << endl;
}
cout << "Hello, world!" << endl;
}
で、test.cppで保存
あとは、お好きなコンパイラでコンパイル。
あとは、お好きなコンパイラでコンパイル。
ただし、gccなら -lstdc++をつける。
gcc -o test test.cpp -lstdc++
./test で実行
というめも。
0 件のコメント:
コメントを投稿