Skip to content

Instantly share code, notes, and snippets.

@parvezmrobin
Last active February 23, 2016 12:09
Show Gist options
  • Save parvezmrobin/abdf5641ac2d874a7583 to your computer and use it in GitHub Desktop.
Save parvezmrobin/abdf5641ac2d874a7583 to your computer and use it in GitHub Desktop.
#include <stdio.h>
void main()
{
printf("My name is Shakib the programmer.");
printf("I am a student of siskul.");
printf("My roll no is 01.");
printf("I have came here to learn C programming language.");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment