EconomicSerg

Hello World in Java

Jan 11th, 2021 (edited)
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. // Hello World Program
  2.  
  3. class HelloWorld {
  4.     public static void main(string[] args) {
  5.         System.out.println("Hello!");
  6.     }
  7. }
Add Comment
Please, Sign In to add comment