Skip to content

Commit b3260c4

Browse files
Add diamond exercise as custom exercise
1 parent 195668a commit b3260c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

generators/Generators.fs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,9 @@ type CollatzConjecture() =
226226
type CryptoSquare() =
227227
inherit GeneratorExercise()
228228

229+
type Diamond() =
230+
inherit CustomExercise()
231+
229232
type DifferenceOfSquares() =
230233
inherit GeneratorExercise()
231234

0 commit comments

Comments
 (0)