Aldo Gutiérrez
@AldoGutirrez
2
How can i erase the default Main? I have my folders with my classes but i want to delete the default main because i have my own main. There's no delet
Java
Funkus You cant delete the default main in replit. You can only add classes and then run it on the default main class. Or you can just write the entire code in the default main class...2 years ago