diff --git a/src/guides/compile-and-run.md b/src/guides/compile-and-run.md index 2122aea..6ffac3e 100644 --- a/src/guides/compile-and-run.md +++ b/src/guides/compile-and-run.md @@ -31,7 +31,7 @@ greeting. ``` 🏁 πŸ‡ - πŸ˜€ πŸ”€Hey!πŸ”€β—οΈ + πŸ˜€ πŸ”€πŸ‘‹πŸŒπŸ”€β—οΈ πŸ‰ ``` @@ -55,10 +55,16 @@ is a native executable you can run like any other executable. Let’s try: ./greeter ``` +You should see the following greeting output in the console: + +``` +πŸ‘‹πŸŒ +``` + Congratulations! You’ve written your first program. But how does it actually work? -It’s simple: `πŸ”€Hey!πŸ”€` is a string literal. Every character between +It’s simple: `πŸ”€πŸ‘‹πŸŒπŸ”€` is a string literal. Every character between two πŸ”€ is then part of the string. Then we call the πŸ˜€ method on this string. And guess what, it prints the string diff --git a/src/guides/install.md b/src/guides/install.md index a609637..2de6f63 100644 --- a/src/guides/install.md +++ b/src/guides/install.md @@ -64,10 +64,11 @@ You’re ready to go! Try this, for example: ```bash echo '🏁 πŸ‡ - πŸ˜€ πŸ”€Hello World!πŸ”€β—οΈ + πŸ˜€ πŸ”€πŸ‘‹πŸŒπŸ”€β—οΈ πŸ‰' > hello.emojic ./emojicodec hello.emojic # Compile it ./hello # Run it! +# the text 'πŸ‘‹πŸŒ' should print to the console ``` ## Installing for Arch Linux diff --git a/src/pages/index.mustache b/src/pages/index.mustache index 36f701b..e3e4b55 100644 --- a/src/pages/index.mustache +++ b/src/pages/index.mustache @@ -90,6 +90,14 @@
🏁 πŸ‡
   πŸ˜€ πŸ”€Hello World!πŸ”€β—οΈ
+πŸ‰
+
+ +

Need to see it in only emoji?

+ +
+
🏁 πŸ‡
+  πŸ˜€ πŸ”€πŸ‘‹πŸŒπŸ”€β—οΈ
 πŸ‰