Hello world!
Wednesday, March 8th, 2006#include <iostream>
using std::cout;
using std::endl;
int main() {
cout << “Hello world!” << endl;
return 0;
}
There you go kiddies; I hope you have enjoyed my first blog post
#include <iostream>
using std::cout;
using std::endl;
int main() {
cout << “Hello world!” << endl;
return 0;
}
There you go kiddies; I hope you have enjoyed my first blog post