how to download my repls?
My teacher gave our class a task to register at a website which provides us with problems that we are supposed to solve. That website said that we have to choose a file from our PC and send it to them so they can run the program and tell us if we did it right. The only way I could find is to copy and paste my programs into Word and send them the file. I tried doing so multiple times but they would just say that there was an error while sending document. My homework is due today and repl.it is the only website where I can write and run my programs. Please help.
Two things you could try:
1.) Send them the link to the REPL
2.) If they don't want you doing that, do this
@niorg2606 thank you so much! I will try both ways.
clang++-7 -pthread -std=c++17 -o main main.cpp
./main
int main()
server down
dont works
#include
Add a .zip to the end of your repl url. Eg: https://repl.it/@sashavoronezh/greatest-of-two-numbers.zip
@MarcusWeinberger Thanks, helped a lot