Skip to content

Commit

Permalink
show READMEs daily
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo committed Nov 18, 2024
1 parent 0843ad1 commit b4dfd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ zbd 👈 char = curr - i + 1

Simple algo

- p2: decode in vm, respect python2 syntax
- p2: respect the syntax, write script in `vm/tmp/`
```b
line = open('/home/user/level09/token').read().strip()
print 'res/', ''.join(chr(ord(_) - i) for i, _ in enumerate(line))
Expand Down

0 comments on commit b4dfd26

Please sign in to comment.