Skip to content

Commit bc4b950

Browse files
authoredDec 1, 2023
Update runme.py.md
1 parent 50d03e2 commit bc4b950

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎Beginner_picoMini_2022/General_Skills/runme.py.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ Hints:
2424
4. Finally, to run the script, type everything after the dollar sign and then press enter:
2525
$ python3 runme.py You should have the flag now!
2626
```
27+
Challenge link: [https://play.picoctf.org/practice/challenge/250](https://play.picoctf.org/practice/challenge/250)
2728

2829
## Solution
2930

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
3132
```python
3233
#!/usr/bin/python3
3334
################################################################################

0 commit comments

Comments
 (0)