CS120
Programming Assignment #0

Due on or before January 12 at 11:59 PM.

1) Log into the CS120 course server.

macOS users: Open a terminal window. Type "ssh username@cs-120.cs.uidaho.edu" (without doublequotes). You should type your vandal username instead of "username" in this. Use your vandal password to log in.

Windows users: Open a terminal window (cmd.exe). Type "ssh username@cs-120.cs.uidaho.edu" (without doublequotes). You should type your vandal username instead of "username" in this. Use your vandal password to log in. Or, you can download PuTTY from here, and follow the directions/links here to install PuTTY. Once you have PuTTY installed, run it and enter the host name: username@cs-120.cs.uidaho.edu, then use your vandal username and password to log in.

If your vandal ID and password don't work send an email to support@uidaho.edu explaining the situation (you are in CS120 and can't log into the course server), include your name and vandal ID number

2) Copy, compile, and run the "Hello, World" program from the course schedule. This requires the following steps:

3) Submit your modified program to Canvas.