技術誌記錄學習或專案執行當下遇到的問題及解決方案,方便日後翻查,益人益己!
#include <iostream>using namespace std;int main(){cout << "Hello World!\n\n";return 0;}
g++ test.cpp -o test.out
./test.out
張貼留言
沒有留言:
張貼留言