5 lines
72 B
Bash
Executable File
5 lines
72 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "picoCTF{$(( (16#4 * 16#9fe1a) + 16#1f5 ))}"
|
|
|