Tech tips, reviews and everything in-between
without comments
I have noticed a trend on websites like digg, reddit, and wordpress using informal error messages with a little humor. I must admit, it’s visually pleasing and miles away from the old cryptic error messages.
Written by uche
June 23, 2008 at 3:23 pm
Posted in misc
Tagged with cryptic, digg, error, humor, informal, matt, reddit, wordpress
#inlcude <iostream>
using namespace std;
int main()
{ cout<<”Hello world”<<endl;
return 0;
}
June 22, 2008 at 8:48 am
Tagged with first, hello world, start, test