Guest User

java.java

a guest
Feb 17th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public class java {
  2. String test = "hey";
  3. public static void main(String[] args) {
  4. System.out.println("Hello World");
  5. java box = new java();
  6. System.out.println(box.test);
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment