haas/spring2026/cprog/projects/dap0.md
... ...
@@ -64,7 +64,7 @@ the following specifications:
64 64
* line
65 65
* rectangle
66 66
67
-<detail>place a black, filled 2x2 rectangle at coordinates 0, 0 in the image</detail>
67
+<!-- place a black, filled 2x2 rectangle at coordinates 0, 0 in the image -->
68 68
69 69
The program will be an exercise in exploration: you will be given some
70 70
example code that does something. You should poke at it to gain deeper
... ...
@@ -79,7 +79,7 @@ Your program should:
79 79
* have proximal comments explaining your rationale and what is going on, throughout your code
80 80
* perform the intended operation, outputting the correct/accurate information in indicated format
81 81
82
-<detail>mix a color, calling it "gray", using an RGB value of 0xA1, 0xA1, 0xA1</detail>
82
+<!-- mix a color, calling it "gray", using an RGB value of 0xA1, 0xA1, 0xA1 -->
83 83
84 84
### LAB46 DEVELOPMENT
85 85