modify SampleMain
This commit is contained in:
parent
6cde72a562
commit
930ef8edb6
|
@ -15,6 +15,9 @@ public class SampleMain {
|
|||
*/
|
||||
public static void main(String[] args) {
|
||||
// nothing
|
||||
if (args.length > 0) {
|
||||
System.out.println(args[0]);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue