We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50d03e2 commit bc4b950Copy full SHA for bc4b950
Beginner_picoMini_2022/General_Skills/runme.py.md
@@ -24,10 +24,11 @@ Hints:
24
4. Finally, to run the script, type everything after the dollar sign and then press enter:
25
$ python3 runme.py You should have the flag now!
26
```
27
+Challenge link: [https://play.picoctf.org/practice/challenge/250](https://play.picoctf.org/practice/challenge/250)
28
29
## Solution
30
-This challenge is very straight forward, but lets start with looking at the script
31
+This challenge is very straight forward, but let's start with looking at the script
32
```python
33
#!/usr/bin/python3
34
################################################################################
0 commit comments