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}`