diff options
| author | Andinus <andinus@nand.sh> | 2021-10-25 11:58:34 +0530 |
|---|---|---|
| committer | Andinus <andinus@nand.sh> | 2021-10-25 11:58:34 +0530 |
| commit | 8e797f5882361b2c90244834244f62c827342cba (patch) | |
| tree | a72eba5e8b55ab3a72f462365ea245159f4f2683 | |
| parent | fb9c1ff0fa0b3bb99e4c063964ab6b9b4c4fd056 (diff) | |
| download | aoc-8e797f5882361b2c90244834244f62c827342cba.tar.gz | |
Update README
| -rwxr-xr-x[-rw-r--r--] | 2020/day-01/day-01.raku | 0 | ||||
| -rw-r--r-- | README.org | 7 |
2 files changed, 3 insertions, 4 deletions
diff --git a/2020/day-01/day-01.raku b/2020/day-01/day-01.raku index 7ab6c49..7ab6c49 100644..100755 --- a/2020/day-01/day-01.raku +++ b/2020/day-01/day-01.raku @@ -1,7 +1,6 @@ -#+SETUPFILE: ~/.emacs.d/org-templates/level-1.org -#+HTML_LINK_UP: ./index.html -#+OPTIONS: toc:2 -#+TITLE: Advent of Code +#+title: Advent of Code +#+html_link_up: ./index.html +#+setupfile: ~/.emacs.d/org-templates/level-1.org My solutions for [[https://adventofcode.com][Advent of Code]]. |