Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to run makefile on windows

#include <iostream>

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
Source by canvas2.cs.ubbcluj.ro #
 
PREVIOUS NEXT
Tagged: #run #makefile #windows
ADD COMMENT
Topic
Name
6+7 =