add square(3)
[challenge-bot] / curriculum / square.scm
index d01fbeb22cb724c8647aaa4dfa4da813610230a7..d7d8852a05238a43743dd69618219454752c1798 100644 (file)
   (p [here's the output of ,(source :language c [square(2)\;])])
   (figure
    :legend "square(2);"
-   (image :file "square2.png" :height 500))))
+   (image :file "square2.png" :height 500))
+  (p [note that it is twice the size of the prior 2 examples.]))
+ (chapter
+  :title [square(3)\;]
+  :number #f
+  (p [here's the output of ,(source :language c [square(3)\;])])
+  (p [how big do you expect this square to be?])
+  (figure
+   :legend "square(3);"
+   (image :file "square3.png" :height 500))))