Hello World!

The first program anyone writes in a new language is often really simple and just displays the text “Hello World!”, below are a few examples from languages I have knowledge of. Console.WriteLine("Hello, world!"); <html> <head></head> <body> <p>Hello, world!</p> </body> </html> php echo 'Hello, world!'; ?>MsgBox("Hello,...