Skip to content

Instantly share code, notes, and snippets.

@buzzedword
Created April 28, 2015 16:48
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 buzzedword/796937c2cd5f3cb0d84f to your computer and use it in GitHub Desktop.
Save buzzedword/796937c2cd5f3cb0d84f to your computer and use it in GitHub Desktop.
package joshsexytimefuntimego;
/**
* The JoshSexyTimeFunTimeGo class implements an application that
* prompts a user to remove their pants
*/
public class JoshSexyTimeFunTimeGo {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
System.out.println("Take off yo pants!"); // Display the string.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment