Advertisement
Guest User

Untitled

a guest
May 15th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. package com.example;
  2.  
  3. public class test {
  4. /**
  5. * @param args the command line arguments
  6. */
  7. public static void main(String[] args) {
  8.  
  9.  
  10.  
  11.  
  12. System.out.println("hello");
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement