A Collection of Code Snippets in as Many Programming Languages as Possible
This project is maintained by TheRenegadeCoder
Welcome to the Hello World in Emojicode page! Here, youβll find the source code for this program as well as a description of how the program works.
π π
π π€Howdy, World!π€
π
Hello World in Emojicode was written by:
If you see anything youβd like to change or update, please consider contributing.
Letβs take a look at the Hello World sample:
π π
π π€Howdy, World!π€
π
I hope that you recognize the phrase Howdy, World!
in the code. From there we will break down the rest.
First π
is symbolic of the starting flag in a race and it represents that following it there will be a code block. Also when running it will run the code block that follows the Flag emoji.
Next, code blocks are denoted by starting with a π
, followed by the code, and ending with a π
.
One of the most important emojis is π
and this smiling emoji is passed a string and it outputs the string to standard output(in this case the string is Howdy, World!
).
Finally, the π€
emoji is used similarly to βs or βs in other languages as it holds a string within a pair of them.
There is no better spot to learn how to run the Hello World program in Emojicode than directly from [Emojicode Official Docs][1]