I can’t figure out how to get it to execute the right file
i tried change the entrypoint
variable in the .replit
but it does not work
I can’t figure out how to get it to execute the right file
i tried change the entrypoint
variable in the .replit
but it does not work
Either change the name of the class you want to run to Main
, or change Main
in the .replit
file to the name of the class you want to run
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.