Last active
February 23, 2016 12:08
-
-
Save parvezmrobin/f5a03be6944fd2057ee7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
void main() | |
{ | |
printf("My name is Shakib the programmer.\nI am a student of siskul. \nMy roll no is 01.\nI 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