Linear Algebra and the C Language/a0e5
Install and compile this file in your working directory.
/* ------------------------------------ */
/* Save as : c00a.c */
/* ------------------------------------ */
#include "v_a.h"
/* ------------------------------------ */
int main(void)
{
clrscrn();
printf(" Hello word !\n\n");
stop();
return 0;
}
/* ------------------------------------ */
/* ------------------------------------ */
Screen output example:
Hello word !
Press return to continue.