Guest User

Untitled

a guest
Mar 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. //because why not
  2. System = {
  3. out : {
  4. println: (string => {
  5. console.log(string);
  6. })
  7. }
  8. }
  9.  
  10. System.out.println("Welcome");
  11. System.out.println("To");
  12. System.out.println("Java");
Add Comment
Please, Sign In to add comment