Language Basics C

/* Display Hello and your name */
#include
void main()
{
  printf("Hello www.rntsoft.com!");
}