From 1f5bdd82dcc1410d69606f14d5a0f2eda051bdc1 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Tue, 29 Apr 2014 15:16:44 -0700 Subject: [PATCH] add elements to TODO list --- TODO | 9 +++++++-- TODO.rkt | 8 ++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100755 TODO.rkt diff --git a/TODO b/TODO index 555d60c..6dc45c1 100644 --- a/TODO +++ b/TODO @@ -1,2 +1,7 @@ -(1) Create series of simple challenges with associated awards (?) -(2) Simple challenges all relate directly to a larger competition. \ No newline at end of file +("ideas" + ("series of challenges" + ("Create series of simple challenges with associated awards (?)" + "Simple challenges all relate directly to a larger competition.")) + ("review the following notes for improvements" + ("http://goo.gl/ZZ4E8E" + "http://goo.gl/ilZiXR"))) diff --git a/TODO.rkt b/TODO.rkt new file mode 100755 index 0000000..566b6d6 --- /dev/null +++ b/TODO.rkt @@ -0,0 +1,8 @@ +#! /usr/bin/env racket +#lang racket/base + +(define todo + ;; list of things to do for challenge-bot class + (list + "series of challenges" + "")) -- 2.30.2