Why this name?
Because there’s always another hand. Or I can say, there’s always another way to do something and it’s sometimes hard to realize what’s the best approach. Most of the discussions I had in my life were just about that. “Why don’t you do X this way instead?”, “Why is X working like that?”, and so on.
Of course, welcome to my blog, hoping that my tweets won’t kill it.
Java:
System.out.println(“Hello, world”);
System.out.println(“Hello, world”);
Python (using sys module):
>>> import sys
>>> sys.stdout.write(“Hello, world\n”)
C++ (without main() etc):
#include
using namespace std;
cout << “Hello, world” << endl;
Bash:
echo “Hello, world”
Enough!
Cheers!
Pingback: Planet Sabayon Brasil » Hello, World.