Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
feat: finalize release for public
Browse files Browse the repository at this point in the history
  • Loading branch information
initbar committed May 6, 2024
1 parent dbc0333 commit 8f1cc09
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,21 @@
# Programming Challenge (2024)

- [challenge](./challenge/) - Code used to generate the challenge.
- [solution](./solution/) - My solution to the challenge.
- [solution-submissions](./solution-submissions/) - Student solution submissions.
- [solution](./solution/) - A solution to the challenge.

## Challenge

![](./assets/programming_challenge_2024.bmp)

There’s a secret message hidden in the image above with the following pattern:

```
___flag{$SECRET_MESSAGE}___
; where $SECRET_MESSAGE := [a-z0-9_]+
```

For example, if you have extracted “`___flag{hello_w0rld}___`”, the `$SECRET_MESSAGE` is the `“hello_w0rld`” part. In your application, please provide the `$SECRET_MESSAGE` and optionally your solution implementation or writeup for the full credit.

## License

Expand Down
Binary file added assets/programming_challenge_2024.bmp
Binary file not shown.

0 comments on commit 8f1cc09

Please sign in to comment.