Advertisement
Krzysztof1985

Untitled

Feb 5th, 2013
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.15 KB | None | 0 0
  1. package pl.nothing;
  2.  
  3. public class Test1 {
  4.  
  5.     public static void main(String[] args) {
  6.         System.out.println(System.getProperty("os.arch"));
  7.     }
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement