03 Checkpoint
Verify that you can require and use your message structure in your main file.
The following code snippet creates an example showing
(require "ic-msg.rkt")
(define ex1 (make-ic-msg 1 3 "blue"))
(ic-msg-col ex1) ;; should show "blue"
Last modified April 21, 2022: Very detailed walkthrough of a client-server project. (bed8711)