Step 51: Learn to Say “Hello, World” ~ Thomas Guest

Birat Rai
2 min readMar 1, 2018

--

This is the 51st Step towards gaining the Programming Enlightenment series. If you didn’t learn the 50th Step, read it.

What is “Hello World”?

A “Hello, World!” program is a computer program that outputs or displays “Hello, World!” to a user

Actually, it came from a cartoon that showed an egg and a chick and the chick was saying, “Hello, world”, according to Brian Kernighan who first used it in C.

Why learn to say “Hello World”?

Modern day development using IDEs hide away the complexity of compiling, assembling and in case of android, gradle hides the android apk file build process.

In order to understand the basics of how program actually works inside the hood, we should learn how to say “Hello World” in a raw form.

--

--

Birat Rai
Birat Rai

No responses yet