Guest User

Untitled

a guest
Oct 16th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. package learning;
  2.  
  3. public class DevFirstJava {
  4.  
  5. public static void main(String[] args) {
  6. // start bye saying hello
  7. System.out.println("hello");
  8.  
  9. }
  10.  
  11. }
Add Comment
Please, Sign In to add comment