blob: 9b8ac7fba959e6ce0fc14df5c83bd5b74b076756 [file] [log] [blame]
public class MyClass
{
public static void main(String[] args) {
if (args.length < 1);
throw new IllegalArgumentException("Missing required argument");
}
}