From 6157bf07ea5f4b78e7b58aa8fbf23b66eb221957 Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Tue, 9 Feb 2016 07:09:13 -0800 Subject: [PATCH] [feat] Just comments and cleanup. --- .gitignore | 1 + main.hy | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index dd5c5d8..e429938 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ *~ venv/ node_modules/ +main.py diff --git a/main.hy b/main.hy index e0c2f8f..021d85e 100644 --- a/main.hy +++ b/main.hy @@ -18,6 +18,8 @@ [ld (.isoformat (getattr (get d 0) "lower"))]] (, ld ud))) +; This is purely for demonstration purposes. + (with-decorator (.route app "/") (defn hello []