diff options
author | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2017-04-09 15:19:57 -0400 |
---|---|---|
committer | Ibrahim Mkusa <ibrahimmkusa@gmail.com> | 2017-04-09 15:19:57 -0400 |
commit | ba3f6821f5ef38b6e2e1990581765f80203817c9 (patch) | |
tree | d8e482d2d86d5fdb9bce001da1a30dc60873150c /client.rkt | |
parent | f56f1cc46d738bc76820977af8c6a372f9702df4 (diff) |
server.rkt is done, with exception of testing. Moving on to client.rkt
Diffstat (limited to 'client.rkt')
-rw-r--r-- | client.rkt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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") |