We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014dbdd commit 5dbc989Copy full SHA for 5dbc989
exercises/bonus.md
@@ -31,4 +31,19 @@
31
32
#### The Game of Life
33
34
-[The Game of Life](http://cs.nyu.edu/courses/spring13/CSCI-UA.0101-001/HW/GameOfLife.html)
+[The Game of Life](http://cs.nyu.edu/courses/spring13/CSCI-UA.0101-001/HW/GameOfLife.html)
35
+
36
+#### Create Bonus Challenges for the Assessment!
37
38
+> Create some bonus challenges for the assessment.
39
+> Bonus challenges should be of the following format:
40
41
+```
42
+/*
43
+* Comment describing what the challenge is
44
+*/
45
+public static RETURN_TYPE METHOD_NAME (PARAMETER_TYPE PARAMETER) {
46
47
+ return DEFAULT_VALUE;
48
+}
49
0 commit comments