fix(typo): add gitignore for public folder and fixed a typo in q-solved

Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
Julien CLEMENT 2022-03-25 22:52:09 +01:00
parent 6f5bbb7ceb
commit 355dede8e1
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
jujure/public

View File

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