Skip to content
Snippets Groups Projects
Commit 094c417b authored by Eelis Lähde's avatar Eelis Lähde
Browse files

Upload New File

parent fbe92ac6
No related branches found
No related tags found
No related merge requests found
public class Pisin {
public static void main(String[] args) {
try {String pisin = args[0];
for (String i : args) {
if (i.length() > pisin.length()) {
pisin = i;
}
}
System.out.println("Pisin parametri: "+pisin);
} catch (Exception e) {
System.out.println("Ei parametria");
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment