BAEL-4371: Finished code samples
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.baeldung.cmd;
|
||||
|
||||
public class MainClass {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Gradle command line arguments example");
|
||||
for (String arg : args) {
|
||||
System.out.println("Got argument [" + arg + "]");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user