1
0
forked from kalmar/DALGLI0

read input

This commit is contained in:
Hubert Tylkowski 2018-06-27 19:53:21 +02:00
parent 2e16ad8b73
commit 0cbe06592f
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
package com.tylkowski.ilorazy;
public class Main {
public static void main(String[] args) {
System.out.println(args[0] + " " + args[1]);
}
}