Nuacht

Most of the time a computer needs to take some input from a user in order for it to be useful. We're going to spend some time looking at different ways this is done. We'll also implement a simple user ...
It's traditional that your first program on a new platform be a "hello world" program. This is a simple program which will output some text to the user (namely, it should say "hello world").