Tuesday, October 23, 2012

Tugas II : Hello! World

Tugas II Print "Hello!World."

Name : Phirum Tan
Major : Tiknik Media Digital

Hello! Teacher this is my link on youtube and my source code :


#include <stdio.h>
#include <stdlib.h>
int main(void)
{
printf ("Hello!World.\n");
system ("pause");
return 0;
}




Thanks for Watching.

No comments:

Post a Comment