DarkAtom77

Hello world Java

May 27th, 2020
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. // Hello world program
  2. // Language: Java (all versions)
  3.  
  4. class HelloWorld
  5. {
  6.     public static void main(String[] args)
  7.     {
  8.         System.out.println("Hello world!");
  9.     }
  10. }
Add Comment
Please, Sign In to add comment