From bb172b3cf2a839105a1d023680e5cb4a3174b5f2 Mon Sep 17 00:00:00 2001 From: Michael Chen Date: Tue, 17 May 2022 12:37:14 +0200 Subject: [PATCH] Completed challenge 022 --- 022/solve.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 022/solve.py diff --git a/022/solve.py b/022/solve.py new file mode 100644 index 0000000..bb4ab94 --- /dev/null +++ b/022/solve.py @@ -0,0 +1,2 @@ +#!/usr/bin/env python3 +print(f'picoCTF{{{chr(0x70)}}}') \ No newline at end of file