Skip to content

Instantly share code, notes, and snippets.

View tonyklawrence's full-sized avatar

Tony Lawrence tonyklawrence

View GitHub Profile
@tonyklawrence
tonyklawrence / gist.css
Created June 17, 2012 15:43
Simple Gist Markup
.gist-file {
border:none!important;
}
.gist-meta {
display:none!important;
}
.gist-data {
font-size:11px!important;
public static void main(String[] args) {
String something = "better";
System.out.println(something);
}