Sweet thanks to my broski Yusuke Fiz for this Deitel book.You light up my life dude.
Just another personal public repository.
//C Hello World #include<stdio.h> //main function int main( void ){ //standard output printf("Hello World\n"); //pause system("pause"); }
No comments:
Post a Comment