📜  如何在 Windows 中运行 makefile - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:52.685000             🧑  作者: 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