📜  如何在 Windows 上运行 makefile - C++ 代码示例

📅  最后修改于: 2022-03-11 14:44:58.193000             🧑  作者: Mango

代码示例2
#include 

using namespace std;

int main() {
    cout << "If you are doing this with c/c++(mingw) try checking out this video! https://youtu.be/taCJhnBXG_w" << endl;
    return 0;
}
//LINK: https://youtu.be/taCJhnBXG_w