public class Hello
{
public static void Main()
{
- System.Console.WriteLine("Hello, World!");
+ System.Console.WriteLine("Rock all night long!");
}
}
Last active
April 8, 2025 11:39
-
-
Save salmedina/ad8bea4f46de97ea132f71b0bca73663 to your computer and use it in GitHub Desktop.
jessiewestlake
commented
May 18, 2022
- wow
+ nice
How to keep language syntax intact too?
Does anyone know if this is possible?
+1
test
hello
+ add-1
+ add-1
+add-1
- remove-1
- remove-1
-remove-1
object HelloWorld extends App {
- println("Goodbye, World...")
+ println("Hello, World!")
}
some
!interesting
you
-can
+will
see!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment