File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -9,20 +9,27 @@ import { hexFor } from "../util/colors";
99
1010<Layout title =" Weekly Problem | Status 418" description =" " >
1111 <!-- Hero -->
12- <Hero upper =" Weekly Problem" title =" JaWT Scratchpad" >
13- <Tag type =" border" color ={ hexFor (" blue" )} text =" Web" />
12+ <Hero upper =" Weekly Problem" title =" Forky" >
13+ <Tag
14+ type =" border"
15+ color ={ hexFor (" yellow" )}
16+ text =" Reverse Engineering"
17+ />
1418 </Hero >
1519
1620 <!-- Banner -->
1721 <Banner
1822 icon =" archive"
1923 text =" Download Problem"
20- url =" https://play.picoctf.org/practice/challenge/25 "
24+ url =" https://play.picoctf.org/practice/challenge/24 "
2125 />
2226 <Spacer />
2327
2428 <!-- Text -->
2529 <section >
26- <p >Check the admin scratchpad!</p >
30+ <p >
31+ In this program, identify the last integer value that is passed as
32+ parameter to the function doNothing().
33+ </p >
2734 </section >
2835</Layout >
You can’t perform that action at this time.
0 commit comments