Hello World
Anyone who made an attempt on programming knows that the very first lignes of code you write are going to generate these two words on the screen. I figured that's a good title for my first blog entry as well.
I like this title mainly because with the "World" I adress every user of the internet who's been able to find this page in the vastness of the space that's surrounding us. Hopefully someday the "world" is going to adress every single human being, but I fear that this site is not going to live as long as that
With "Hello" I wish a good day to the reader since it is a greeting which is surely understood by almost every potential reader. That is also the reason why I use this tongue, and you may be so kind to overlook a good deal of the errors I make. If you should come into an situation you cannot identify yourself with an occurance in my post feel free to use the [Postulate] button.
I will take my time to verify and reply to your posting.
But for every action here I have to plead to you that you do not lose confidence nor patience since I cannot always find the time to check upon this blog.
However, it is now all said upon your welcome, enjoy and rejoy.
In Javascript it could look as follows:
console.log('Hello World!');
In other programming languages, it might be more involved to print "hello world" to the console.
For example, C++ requires a few more lines of code:
#include <iostream>
int main() {
std::cout << "Hello World!";
return 0;
}
And some languages designed to be unreadable such as brainfuck might have such a hello world code:
>++++++++[<+++++++++>-]<.>++++[<+++++++>-]<+.+++++++..+++.>>++++++[<+++++++>-]<+
+.------------.>++++++[<+++++++++>-]<+.<.+++.------.--------.>>>++++[<++++++++>-
]<+.