Tech tips, reviews and everything in-between
leave a comment »
#inlcude <iostream>
using namespace std;
int main()
{ cout<<”Hello world”<<endl;
return 0;
}
Written by uche
June 22, 2008 at 8:48 am
Posted in misc
Tagged with first, hello world, start, test