Skip to content

Instantly share code, notes, and snippets.

@scruffyfox
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save scruffyfox/4aadbca48932fea56f27 to your computer and use it in GitHub Desktop.

Select an option

Save scruffyfox/4aadbca48932fea56f27 to your computer and use it in GitHub Desktop.
public class Holla
{
public static Holla hola()
{
return new Holla();
}
private Holla(){}
public $ get$()
{
return new $();
}
public static class $
{
public void fuckBitches()
{
// TODO: Aquire bitches
}
// TODO: Add spending methods
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment