fuck you all

This commit is contained in:
2025-08-12 12:47:35 +02:00
parent d342f888a9
commit 5fe140c4f9
12 changed files with 239 additions and 58 deletions

View File

@@ -61,8 +61,10 @@
<section class="problems-list">
<h2>Problems</h2>
<ul>
{% for problem in problems %}
<li><a href="/problem/{{ problem.id }}">{{ problem.title }}</a></li>
{% for folder, description, test_code in problems %}
<li>
<a href="/problem/{{ folder }}"><b>{{ folder.replace('_', ' ').title() }}</b></a>
</li>
{% else %}
<li>No problems yet.</li>
{% endfor %}