added official hacktheboo2024 writeups
This commit is contained in:
parent
1f7a9b0566
commit
e3c46450f7
327 changed files with 14303 additions and 0 deletions
|
@ -0,0 +1,22 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}
|
||||
Addition
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<p>
|
||||
Take in two numbers, \( a \) and \( b \). Return \( a + b \).
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
||||
{% block example_input %}
|
||||
<p>
|
||||
3
|
||||
4
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
||||
{% block example_output %}
|
||||
<p>7</p>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue