About

# include <iostream>

int main(int argc, char* argv[])
{
using namespace std;
cout << “Hi, I’m herb.”<< endl;
return 0;
}