Coggle requires JavaScript to display documents.
myStaticMethod(); // Call the static method
Main myObj = new Main(); // Create an object of Main myObj.myPublicMethod(); // Call the public method on the object
Main myObj = new Main();