From: Greg Burri Date: Wed, 9 Dec 2020 13:00:34 +0000 (+0100) Subject: Add a link to the HTML render. X-Git-Url: http://git.euphorik.ch/index.cgi?a=commitdiff_plain;h=58ad86ff7d263ab59726725ded732975899e7b9b;p=advent_of_code_2020.git Add a link to the HTML render. --- diff --git a/README.md b/README.md index 74ccc03..6a710e5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ https://adventofcode.com/2020 Written in [Julia](https://julialang.org/) in the [Pluto](https://github.com/fonsp/Pluto.jl) notebook. +[Here](https://ummon.github.io/AdventOfCode2020/advent_of_code_2020.jl.html) is a HTML page of the latest result. + ## How to run the code 1. Install [latest version of Julia](https://julialang.org/downloads/#current_stable_release).