Skip to content

Instantly share code, notes, and snippets.

@ironicbadger
Last active April 5, 2018 15:13
Show Gist options
  • Save ironicbadger/8334d01b25845b11b549799ee2e8a039 to your computer and use it in GitHub Desktop.
Save ironicbadger/8334d01b25845b11b549799ee2e8a039 to your computer and use it in GitHub Desktop.
public class Deck {
public Deck()
{
// do something
// note the tab spacing
}
public static void main(String[] args)
{
// do something else
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment