Skip to content

Commit 5dbc989

Browse files
committedApr 16, 2015
Add bonus challenge
1 parent 014dbdd commit 5dbc989

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed
 

‎exercises/bonus.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,19 @@
3131
3232
#### The Game of Life
3333

34-
[The Game of Life](http://cs.nyu.edu/courses/spring13/CSCI-UA.0101-001/HW/GameOfLife.html)
34+
[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

Comments
 (0)
Please sign in to comment.