Skip to content

Instantly share code, notes, and snippets.

@atamrawi
Forked from benjholla/Puzzle4.java
Last active September 8, 2018 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atamrawi/aa1147ef8161349f8276a05f849559c4 to your computer and use it in GitHub Desktop.
Save atamrawi/aa1147ef8161349f8276a05f849559c4 to your computer and use it in GitHub Desktop.
Java Puzzle 2 (spot the bug if one exists)
public class Puzzle2 {
public static void main(String[] args) {
System.out.print("iexplore:");
http://www.google.com;
System.out.println(":maximize");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment