Skip to content
Sign UpLog In
Profile icon

Annalisa Schindler

@akschindler
Repls
Community
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"2 years ago
JaredCollacchi
JaredCollacchi
using the Console: rm Mian.java2 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