modify SampleMain

This commit is contained in:
dingying 2018-05-11 18:27:27 +08:00
parent 6cde72a562
commit 930ef8edb6
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ public class SampleMain {
*/
public static void main(String[] args) {
// nothing
if (args.length > 0) {
System.out.println(args[0]);
}
}
}