Skip to content

Instantly share code, notes, and snippets.

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