Skip to content
Open navbar menu
Sign UpLog In
akschindler

Annalisa Schindler

@akschindler
akschindler
akschindler
shared a Post
4 years ago
How can you get rid of the main.java file and replace it with another file?
How can you get rid of the main.java file and replace it with another .java file?
RowanFromBJC
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"3 years ago
JaredCollacchi
JaredCollacchi
using the Console: rm Mian.java3 years ago
Zavexeon
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