Skip to content

Instantly share code, notes, and snippets.

@the94air
Forked from salmedina/MarkdownDiffExample.md
Created March 27, 2019 14:24
Show Gist options
  • Save the94air/359730fc0c4099d3b9778eaed9b939ed to your computer and use it in GitHub Desktop.
Save the94air/359730fc0c4099d3b9778eaed9b939ed 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