Learn
Hello World
Review
Woohoo! We have written a few basic Emojicode programs. π
π π π π€Congratulations!π€βοΈ π
In this lesson, we have learned:
- The
π
block contains the code that should run when the file is executed. - The
π
begins a code block andπ
ends it. - The
π
βοΈ
method can be used to print a message. - Strings can be created using two
π€
βs. - Error messages and what they mean.
- Single line comments can be created using a
π
. - Multiline comments can be created using
ππ
andππ
.
Instructions
Feel free to play with the code in the editor before moving on.