Skip to content

Instantly share code, notes, and snippets.

@bookercodes
Created September 3, 2015 16:39
Show Gist options
  • Select an option

  • Save bookercodes/38594a71d94e86d0fb31 to your computer and use it in GitHub Desktop.

Select an option

Save bookercodes/38594a71d94e86d0fb31 to your computer and use it in GitHub Desktop.
public void SayHi()
{
Console.WriteLine("Hi");
}
// versus.
public void SayHi() => Console.WriteLine("Hi");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment