Skip to content

Instantly share code, notes, and snippets.

@morsdyce
Created November 3, 2012 08:59
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 morsdyce/4006647 to your computer and use it in GitHub Desktop.
Save morsdyce/4006647 to your computer and use it in GitHub Desktop.
Glikm Syntax Highlighting example
namespace glikm.com
{
public class Main()
{
Foo foo = new Foo { foo = "Foo" };
public void MoreFoo(Foo foo)
{
foo != null
? Console.WriteLine("Yay more Foo!")
: Console.WriteLine("Boo! We want more Foo!");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment