We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8125d95 commit fdbfe39Copy full SHA for fdbfe39
grades.rkt
@@ -0,0 +1,6 @@
1
+(define mark 100)
2
+
3
+(define (my-mark mark)
4
+ (cond
5
+ [(= 100 mark) "you fail"]
6
+ [else "you fail"]))
0 commit comments