aboutsummaryrefslogtreecommitdiff
path: root/client.rkt
diff options
context:
space:
mode:
authorIbrahim Mkusa <ibrahimmkusa@gmail.com>2017-04-09 15:19:57 -0400
committerIbrahim Mkusa <ibrahimmkusa@gmail.com>2017-04-09 15:19:57 -0400
commitba3f6821f5ef38b6e2e1990581765f80203817c9 (patch)
treed8e482d2d86d5fdb9bce001da1a30dc60873150c /client.rkt
parentf56f1cc46d738bc76820977af8c6a372f9702df4 (diff)
server.rkt is done, with exception of testing. Moving on to client.rkt
Diffstat (limited to 'client.rkt')
-rw-r--r--client.rkt2
1 files changed, 2 insertions, 0 deletions
diff --git a/client.rkt b/client.rkt
index 70df4e6..f0d3578 100644
--- a/client.rkt
+++ b/client.rkt
@@ -12,6 +12,8 @@
;(define guard (make-custodian (current-custodian)))
;(current-custodian guard)
;; reads values continously from stdin and redisplays them
+
+;;;;;; NOT IN USE ;;;;;;;
(define (read-loop)
(display (read-line))
(display "\n")