Skip to content

Instantly share code, notes, and snippets.

@salmedina
Last active March 24, 2026 14:21
Show Gist options
  • Select an option

  • Save salmedina/ad8bea4f46de97ea132f71b0bca73663 to your computer and use it in GitHub Desktop.

Select an option

Save salmedina/ad8bea4f46de97ea132f71b0bca73663 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!");
   }
}
@kamontat

Copy link
Copy Markdown
    test
    hello
+   add-1
  + add-1
   +add-1
-   remove-1
  - remove-1
   -remove-1

@ReDestroyDeR

Copy link
Copy Markdown
object HelloWorld extends App {
-   println("Goodbye, World...")
+   println("Hello, World!")
}

@7-zete-7

7-zete-7 commented Apr 8, 2025

Copy link
Copy Markdown
 some
!interesting
 you
-can
+will
 see!

@flash-me

Copy link
Copy Markdown
+// @ts-nocheck
/* tslint:disable */
/* eslint-disable */
-{{>licenseInfo}}
-
-

@flash-me

Copy link
Copy Markdown
+ // @ts-nocheck
/* tslint:disable */
/* eslint-disable */
- {{>licenseInfo}}
- 
- 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment