Skip to content

contributor‐guidelines

Wasp1337 edited this page Mar 1, 2024 · 2 revisions

Contributor Guidelines

General Rules

  1. Do not include flags in your solutions.
  2. Do not delete existing solutions. If you found a different way to obtain the flag, use the code sample below to add your solution separately.

Code Sample for hiding Solutions

<details>
<summary>SOLUTION (by YOUR_NAME)</summary>
YOUR_SOLUTION
</details>

Clone this wiki locally