Advertisement
Java_Stojanov

Uvodni_Zadaci_1

Oct 29th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5 0.15 KB | None | 0 0
  1. package Zadaci;
  2.  
  3. public class Prvi_Program {
  4.  
  5.     public static void main(String[] args) {
  6.         System.out.println("ovo je prvi zadatak iz jave");
  7.     }
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement