←to practical programming

Exercise "hello"

  1. Build a hello-world program – a program that outputs "Hello, World!".
  2. Extra: make it output "Hello, YourUserName!", where YourUserName is your user name (the program must figure it out itself, of course).

Hints: