mirror of https://github.com/dirtbags/moth.git
18 lines
256 B
Markdown
18 lines
256 B
Markdown
|
---
|
||
|
authors:
|
||
|
- neale
|
||
|
answers:
|
||
|
- 146
|
||
|
attachments:
|
||
|
- boop.txt
|
||
|
---
|
||
|
|
||
|
Some puzzles can have embedded code.
|
||
|
|
||
|
Your theme may turn this into a full in-browser development environment!
|
||
|
|
||
|
```python
|
||
|
print(open("boop.txt").read())
|
||
|
setanswer(0x58 + 58)
|
||
|
```
|