10 lines
313 B
Markdown
10 lines
313 B
Markdown
## Difficulty
|
|
Easy. 20 points
|
|
|
|
## How To Solve
|
|
Pair up every letter, and use the letters as coordinates on the field, with the first letter representing the column, and the second the row. The intersection is the actual letter.
|
|
|
|
index.js and solution.py provide a solution.
|
|
## Flag
|
|
IGCTF{IMGOINGDOWNWITHTHESHIP}
|