9

Sometimes I want to show off some fancy code to non-programmers. Then I remember basic code would do the same.

Comments
  • 1
    if(searchingGoogle){
    system.out.println(x + " results in " + y + "seconds!);
    showSearchResults(query);
    }

    ^Just pull something like this up and tell then it's the first version of Google.
Add Comment