Tuesday, January 7, 2014

Your first C Program

#include<stdio.h>
int main()
{
printf("Angry Bird");
return 0;
}

No comments:

Post a Comment