easyctf-2017/a-maze-ing/description.md

1 line
227 B
Markdown
Raw Normal View History

2017-03-14 19:44:26 +00:00
Solve a maze! 'j' is left, 'k' is down, 'l' is right, and 'i' is up. You input directions in a string. An example: "jkliilillikjk". Submit your input string as the flag. (Whoops! You don't have a maze, do you? Sucks to be you.)