Skip to content

Instantly share code, notes, and snippets.

@AlexHedley
Last active July 19, 2022 10:45
Show Gist options
  • Save AlexHedley/5d2dd18dacfddbb57ce36c1fb59d2794 to your computer and use it in GitHub Desktop.
Save AlexHedley/5d2dd18dacfddbb57ce36c1fb59d2794 to your computer and use it in GitHub Desktop.
Diff
diff --git a/filea.extension b/fileb.extension
index d28nd309d..b3nu834uj 111111
--- a/filea.extension
+++ b/fileb.extension
@@ -1,6 +1,6 @@
-oldLine
+newLine
public class Hello1
{
   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