03 Checkpoint
Verify that you can require and use your message structure in your main file.
Go back to your main file and add the following code snippet. You must save your file before you will be able to run it.
(require "ic-msg.rkt")
(define ex1 (make-ic-msg 1 3 "blue"))
(ic-msg-col ex1) ;; should show "blue"