Tuesday, August 26, 2014

to run a program in UNIX you need to input  "pico" in order top use the notepad. write "#include<stdio.h>" for header file, and press enter to input the next line "Int main(){" starting point of program. then on the next line write "printf("name of program!\n");  this will print the program to the screen. it is important that you input everything correct or you will have bugs.