Test Program. The following test program is intended to be a very simple check to see if the installation has been completed correctly. The program should be put in a file named “hello.c”. The control program, g563c, compiles the program in the file “hello.c” and generates the out- put file “a.cld”. Do not enter the C:> as it is simply a prompt indicating that this line should be entered from the keyboard. The command run563 executes the program in the file “a.cld” and the result is to print “hello world.” on the computer screen. #include <stdio.h> main() { printf(“hello world.\n”); } C:> g563c hello.c C:> run563 a.cld hello world.
Appears in 3 contracts
Sources: Single User Software Tools License Agreement, Single User Software Tools License Agreement, Single User Software Tools License Agreement