Skip to content

Instantly share code, notes, and snippets.

@jhare
Created March 11, 2016 06:46
Show Gist options
  • Select an option

  • Save jhare/72724ee88d82ebd8bf5c to your computer and use it in GitHub Desktop.

Select an option

Save jhare/72724ee88d82ebd8bf5c to your computer and use it in GitHub Desktop.
System.out.println("Press any key to continue...");
try
{
System.in.read();
}
catch(Exception e)
{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment