diff --git a/rodo.rkt b/rodo.rkt index 0ec64b7..1b4e35a 100755 --- a/rodo.rkt +++ b/rodo.rkt @@ -25,7 +25,6 @@ #:mode 'text #:exists 'can-update))) -; just figuring out stuff here (define (prompt-user prompt-message) (display-hash messages prompt-message) (let ([user-input (read-line)]) @@ -44,4 +43,4 @@ (display-hash messages 'file-exists) (prompt-user 'file-not-found))) -(todo-list-exist?) \ No newline at end of file +(todo-list-exist?)