fix: wrong flag and typo

pull/15/head
daffainfo 2023-12-19 18:58:40 +07:00
parent 0585784705
commit 6c5eada9ae
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ As we can see here, the program will reverse the results of our input and also s
t - 0 = t
a - 1 = z
c - 2 = a
3. To execute `cat`, we need to input `tac`
3. To execute `cat`, we need to input `tza`
```
But this doesn't apply to special character because they always changed the character every second

View File

@ -14,5 +14,5 @@ In this case im using `strings` and `grep` to get the flag
![flag](images/flag.png)
```
nite{8_bit_synths}
nite{cant_catch_me}
```