Neale Pickett
·
2024-04-08
puzzle.md
1---
2authors:
3 - neale
4answers:
5 - 146
6attachments:
7 - boop.txt
8---
9
10Some puzzles can have embedded code.
11
12Your theme may turn this into a full in-browser development environment!
13
14## Python ##
15```python
16print(open("boop.txt").read())
17setanswer(0x58 + 58)
18```
19
20## JavaScript ##
21```javascript
22console.log("moo")
23```