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?
language = "c" run = "C ./arknights_pulls_simulation.c"
That's it Thanks!
Hope this helps
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?
So, for your question:-
In .replit file
Try this:-
That's it
Thanks!
Hope this helps
Yes I know...