From 355dede8e19ffd75857377be15e6c2d53074d8d1 Mon Sep 17 00:00:00 2001 From: Julien CLEMENT Date: Fri, 25 Mar 2022 22:52:09 +0100 Subject: [PATCH] fix(typo): add gitignore for public folder and fixed a typo in q-solved Signed-off-by: Julien CLEMENT --- .gitignore | 1 + jujure/content/writeups/q-solved.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fde3c7b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +jujure/public diff --git a/jujure/content/writeups/q-solved.md b/jujure/content/writeups/q-solved.md index e0697ed..ba4c037 100644 --- a/jujure/content/writeups/q-solved.md +++ b/jujure/content/writeups/q-solved.md @@ -104,7 +104,7 @@ I used z3 to build and solve the equation system: {{< code file="/static/q-solved/flag.py" language="py" >}} -Running the script outputs us the equation system, sat indicated that z3 found +Running the script outputs us the equation system, sat indicating that z3 found a solution to the system and the decoded solution of the system with the flag: `zer0pts{FLAG_by_Gr0v3r's_4lg0r1thm}`