Initial commit

This commit is contained in:
Joshua Seigler 2020-12-02 10:06:38 -05:00
commit f3d555f01c
12 changed files with 370 additions and 0 deletions

14
solutions/index.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Advent of Code Template</title>
<style> html, body { font-family: sans-serif; }</style>
</head>
<body>
<h1>Advent of Code Template</h1>
<ul>
<li><a href="/solutions/template/viewer.html">solutions/template</a></li>
</ul>
</body>
</html>