Hello World!
If you studied about programming or taught yourself how to program in general, then I'll assume that the first example program you very likely came across or learned how to code is one that simply prints "Hello world!" onto the console.
And it's really easy! Right?
It just goes like this in each of the following programming languages:
In C:
printf("Hello world!");
In C++:
cout << "Hello world!";
In C#:
System.Console.Write("Hello world!");
In Java:
System.out.print("Hello world!");
And in Python (and also Ruby):
print "Hello world!"
Yup! It's that easy!
Anyway…
Hello, world!
My name is Miles Prower, but my friends call me "Tails!"
Alhough I'm a bit shy, I look forward to meeting each and every one of you soon!
Also, my web server here, which is essentially a port of the operating system of my custom handheld computer, the Miles Electric, is currently under construction [again].
I do hope to bring it up and running again as soon as I get the necessary bits and bytes fixed and polished!
All that said, in the meantime…
See you later!










