Hello, world

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”);

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!
About these ads

About lxnay

the creator of Sabayon Linux, Entropy Package Manager {Eit, Equo, Rigo}, Molecule release media buildsystem, Matter Portage buildbot/tinderbox and only God knows what else...

Posted in Me

Permalink 2 Comments

2 responses to “Hello, world

  1. Pingback: Planet Sabayon Brasil » Hello, World.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 657 other followers

del.icio.us

Follow

Get every new post delivered to your Inbox.

Join 657 other followers

%d bloggers like this: