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"
Last modified August 18, 2023: 2022-2023 End State (7352e87)