summary refs log tree commit diff homepage
path: root/2017/input
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-12-03 02:31:14 -0500
committerJune McEnroe <june@causal.agency>2020-11-22 00:14:25 -0500
commita6f037f724d17d9e23b0ca39470bbdd4a456f81b (patch)
treeb4980a68ba6e91176190ef760541e9c4bdbe5d78 /2017/input
parentDay 2, part 2 (diff)
downloadaoc-a6f037f724d17d9e23b0ca39470bbdd4a456f81b.tar.gz
aoc-a6f037f724d17d9e23b0ca39470bbdd4a456f81b.zip
Day 3
This is fucking awful and I'm angry.
Diffstat (limited to '2017/input')
-rw-r--r--2017/input/day03.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/2017/input/day03.txt b/2017/input/day03.txt
new file mode 100644
index 0000000..9cf67fc
--- /dev/null
+++ b/2017/input/day03.txt
@@ -0,0 +1 @@
+368078
f X macro parameters for pages and keysJune McEnroe 2020-07-18Remove kcgi 0.11 compatibilityJune McEnroe 2020-07-17Filter networks with only private contextsJune McEnroe 2020-07-17Add export optionJune McEnroe Adding the export query parameter to any page downloads a .html with the default stylesheet embedded, and all navigation, forms and internal links removed, for being able to share some part of a private instance of litterbox. 2020-07-17Add margin to inputsJune McEnroe Seems that only Safari provides any margins on form elements by default. 2020-07-16Don't write null terminator in stylesheet responseJune McEnroe 2020-07-16Remove sudo from make installJune McEnroe