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 delete button or anything.
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...
Default Main Class
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 delete button or anything.
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...