mirror of
https://github.com/seigler/advent-of-code-2020
synced 2025-07-27 08:16:08 +00:00
Initial commit
This commit is contained in:
commit
f3d555f01c
12 changed files with 370 additions and 0 deletions
14
solutions/index.html
Normal file
14
solutions/index.html
Normal 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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue