From efa1327691b280d71badf02a1d035f9445fc19ca Mon Sep 17 00:00:00 2001 From: Michael Chen Date: Fri, 23 Sep 2022 15:38:18 +0200 Subject: [PATCH] Completed challenge 242 --- 242/solve.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 242/solve.py diff --git a/242/solve.py b/242/solve.py new file mode 100644 index 0000000..3b776a2 --- /dev/null +++ b/242/solve.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python3 +print('picoCTF{gl17ch_m3_n07_' + chr(0x39) + chr(0x63) + chr(0x34) + chr(0x32) + chr(0x61) + chr(0x34) + chr(0x35) + chr(0x64) + '}') \ No newline at end of file