moth/example-puzzles/example/7/puzzle.md

24 lines
324 B
Markdown
Raw Normal View History

2024-04-01 16:46:45 -06:00
---
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 ##
2024-04-01 16:46:45 -06:00
```python
print(open("boop.txt").read())
setanswer(0x58 + 58)
```
## JavaScript ##
```javascript
console.log("moo")
```