Skip to content

Instantly share code, notes, and snippets.

@brianm
Created June 4, 2009 21:35
Show Gist options
  • Save brianm/123866 to your computer and use it in GitHub Desktop.
Save brianm/123866 to your computer and use it in GitHub Desktop.
public class Waffle
{
public static void main(String[] args) {
λ();
}
public static void λ() {
System.out.println("hee hee ;-)");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment