No Robot Main

When I deploy my program at the very end it tells me that there is no Robot Main. Can someone help me with this problem?

It’s likely saying that you didn’t supply your own Robot Main. (That’s only a guess, since you didn’t post the entire content of the message). It’s unlikely that you would want to do that, so you shouldn’t worry about it. Is everything else working how you want?

Joe is right, you can ignore it. If you want to see your program start put a System.out.println(“My Code is Running”); in the class instance.