-
Erik Strand authoredErik Strand authored
psets.html 208 B
---
title: Problem Sets
---
<h1>Problem Sets</h1>
<ul>
{% for pset in site.psets %}
<li>
<h2><a href="{{ pset.url | real_relative_url }}">{{ pset.title }}</a></h2>
</li>
{% endfor %}
</ul>