Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. public class Main {
  2.  
  3.     public void test(String[] args) {
  4.         System.out.println(args);
  5.     }
  6.  
  7.     public static void main(String[] args) {
  8.         test('this is a test');
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement