#include <stdio.h>
main( )
{
printf("Hello world. \n");
printf("A friend of mine told me about this site the other day. I'm a Designer, I experiment with technology and combine my passion for graphics & programming. I'm so much curious about what steemit has to offer. \n");
printf("Thanks for your time and attention. See you in the steem! \n");
printf("Press Any Key to Continue... \n");
getch();
}