#lang racket (require "hw5provided.rkt") ; Use this file as a convenient place to put test code for your hw5. ; You should rename this file to be lastname_hw5_test.rkt (using your last ; name), and change the filename in the require expression above to be the ; name of your hw5 .rkt solution file. Put an comment at the beginning of ; the file with your name and other information to identify it. ; Your tests here will not be graded, but must be submitted with the assignment. ; a test case - (test-addN) should work once your assignment is complete ;(define (test-addN) ; (eval-prog (call (call mupl-mapAddN (int 7)) ; (racketlist->mupllist (list (int 3) (int 4) (int 9))))))