Racket Debug A Assignment

From CSE425S Wiki
Revision as of 03:15, 29 June 2023 by Dennis.cosgrove (talk | contribs) (Created page with "Summer 2023 Note: There is a missing ../ in the path to unit_testing. Fix each file by adding the ../ or replacing the line with the code below: <nowiki> (require "../../.....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summer 2023 Note: There is a missing ../ in the path to unit_testing. Fix each file by adding the ../ or replacing the line with the code below:

(require "../../../test/racket/unit_testing/unit_testing.rkt")