Advertisement
Guest User

zadanie 1

a guest
Nov 25th, 2017
57
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.     public static void main(String[] args) {
  3.         show(1);
  4.     }
  5.     // zadanie 1
  6.     public static void show(int liczba){
  7.         System.out.println(liczba);
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement