forked from kalmar/DALGLI0
read input
This commit is contained in:
parent
2e16ad8b73
commit
0cbe06592f
Binary file not shown.
8
Zadanie-04/src/com/tylkowski/ilorazy/Main.java
Normal file
8
Zadanie-04/src/com/tylkowski/ilorazy/Main.java
Normal 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]);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user