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