Advertisement
andrzejiwaniuk

PIerwszy program w języku JAVA

Aug 1st, 2013
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. package pl.andrzejiwaniuk;
  2.  
  3. public class Witaj {
  4.  
  5.    
  6.     public static void main(String[] args) {
  7.        
  8.         System.out.println("Andrzej wita Wszystkich");
  9.     }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement