Skip to content

Instantly share code, notes, and snippets.

@nelson6e65
Forked from salmedina/MarkdownDiffExample.md
Created March 26, 2017 20:41
Show Gist options
  • Save nelson6e65/45f08f01bfb540784c542f7ad13f3d82 to your computer and use it in GitHub Desktop.
Save nelson6e65/45f08f01bfb540784c542f7ad13f3d82 to your computer and use it in GitHub Desktop.
public class Hello
{
   public static void Main()
   {
-      System.Console.WriteLine("Hello, World!");
+      System.Console.WriteLine("Rock all night long!");
   }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment