The two systems used here are
$ cd lab1 $ adas $ vi hello.a $ adac hello.a $ adae hello $ a.out Hello!! This is your computer speaking. $ a.out Hello!! This is your computer speaking. $
lpb@octarine_54 %vi hello.adb lpb@octarine_55 %gnatcc hello.adb lpb@octarine_56 %gnatbl hello.ali lpb@octarine_57 %hello Hello!! This is your computer speaking. lpb@octarine_58 %