Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * Program HelloWorld mengimplementasikan aplikasi itu
- * cukup menampilkan "Hello World!" ke output standar.
- *
- * @author Andari
- */
- public class Comment {
- public static void main(String[] args) {
- // Prints Hello, World! on standard output.
- System.out.println("Hello World!");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment