Rating: 5.0
When browsing into:
https://emojiwat.ctf.bsidestlv.com/
We are presented with an online emultaer for Emojicode programming language(https://www.emojicode.org/)

Now as the challenge description states we need to get the web page at http://emojiwat-flag/.
Now by looking at the documentation for emojicode, we can see this example:

But when trying to request http://emojiwat-flag/, we get an unhandled exception error:

Looking at the docs we can see this section:

So all we need to do add beer and it works(bsidestlv, cookie was also added):

flag:
```
BSidesTLV2020{(^_^)YOU[o_o]DID(^.^)IT($.$)}
```
Haha. Fun chall