Hi, I've just imported my own C program from my GitHub repo, when I try to press the Run button, it asks me to configure run from repl.it files. What should I do for it to compile and run?
Something like:
run="g++ -std=c++0x *.cpp -o example_program"
How to compile and run C program imported from GitHub
Hi, I've just imported my own C program from my GitHub repo, when I try to press the Run button, it asks me to configure run from repl.it files. What should I do for it to compile and run?
Something like: