Hello, this is a software

Code:
#include <iostream>

int main()
{
   printf("Hello, this is a software");
   return 0
}