Skip to content

Commit

Permalink
Move final project date and time to defns.rkt.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Nov 17, 2024
1 parent 0aa8807 commit 74d71f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion www/defns.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
(define m1-date "October 10")
(define m2-date "November 7")
(define midterm-hours "24")
(define final-date "TBD")
(define final-date "Tuesday, May 14")
(define final-end-time "3:30PM")
(define elms-url "https://umd.instructure.com/courses/1368381")


Expand Down
2 changes: 1 addition & 1 deletion www/project.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
The final assessment for this course consists of an individually
completed project.

@bold{Due: Tuesday, May 14, 3:30PM EST}
@bold{Due: @final-date, @final-end-time}

@section[#:style 'unnumbered]{Arity Checking, Rest Arguments, Case Functions, and Apply}

Expand Down

0 comments on commit 74d71f9

Please sign in to comment.