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"