public class Hello
{
public static void Main()
{
- System.Console.WriteLine("Hello, World!");
+ System.Console.WriteLine("Rock all night long!");
}
}
Last active
April 6, 2024 10:19
-
-
Save salmedina/ad8bea4f46de97ea132f71b0bca73663 to your computer and use it in GitHub Desktop.
kamontat
commented
Jan 26, 2024
object HelloWorld extends App {
- println("Goodbye, World...")
+ println("Hello, World!")
}
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment