Skip to content

Instantly share code, notes, and snippets.

@johnSerrano
Created October 12, 2015 21:01
Show Gist options
  • Save johnSerrano/9c2ddeb45742724f49f4 to your computer and use it in GitHub Desktop.
Save johnSerrano/9c2ddeb45742724f49f4 to your computer and use it in GitHub Desktop.
public class Temp
{
public static void main(String[] args)
{
for (int i = 0; i < args.length; i++) {
System.out.println(args[i]);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment