Skip to content

Instantly share code, notes, and snippets.

@adelura
Forked from salmedina/MarkdownDiffExample.md
Created March 27, 2018 15:55
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 adelura/7e3d2ec73026667af5c851e9ba52e563 to your computer and use it in GitHub Desktop.
Save adelura/7e3d2ec73026667af5c851e9ba52e563 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