Annalisa Schindler
@akschindler
How can you get rid of the main.java file and replace it with another .java file?
RowanFromBJC In shell: rm main.java && printf "" > .replit
Create a new file, and in the .replit file, add run="SHELL CODE TO RUN NEW FILE"2 years ago
Zavexeon You cannot delete main.java in repl.it, that will always be the file that is executed first.
What is your goal?4 years ago