1. GNAT - install from www.adacore.com/community
  2. Choose environment (or try several)
  3. Create compile and run hello.adb
  4.          with ada.text_io; use ada.text_io;
             procedure hello is
             begin
                put("HI");
             end hello;
             
  5. VPN - install from RU IT Onestop and run
  6. Map U drive: \\userdir\unix\username
  7. Drag hello.adb to U: drive
  8. Log in to rucs using putty or terminal window
  9. Compile on rucs
  10.          gnatmake hello
             
  11. submit on rucs
  12.          submit itec320-02 hello.adb