Skip to content

Commit

Permalink
Update README.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Nov 16, 2024
1 parent 9844362 commit 1031bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion level00/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ for i in range(26):
print(i, ''.join(chr(a + (ord(c) - a + i) % 26) for c in 'cdiiddwpgswtgt'))
```

# 00 - token
- token

```b
> su flag00
Expand Down

0 comments on commit 1031bab

Please sign in to comment.