Facebook
From muchaiksde, 7 Years ago, written in Plain Text.
This paste is a reply to Re: iksde from muchaiksde - view diff
Embed
Download Paste or View Raw
Hits: 400
  1. package twojastara.zapierdala;
  2.  
  3. public class ZnakParzystosc {
  4.     public static void main(String []args) {
  5.    
  6.                 for (int i = 0;i<args.length; i++) {
  7.                 System.out.println(args[i]);
  8.         }
  9.        
  10.     }
  11. }
  12.