How can you get rid of the main.java file and replace it with another .java file?
In shell: rm main.java && printf "" > .replit Create a new file, and in the .replit file, add run="SHELL CODE TO RUN NEW FILE"
rm main.java && printf "" > .replit
run="SHELL CODE TO RUN NEW FILE"
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?
In shell:
rm main.java && printf "" > .replit
Create a new file, and in the .replit file, add
run="SHELL CODE TO RUN NEW FILE"