Skip to content

Commit 7d1fd10

Browse files
morrmeErikSchierboom
authored andcommitted
created Hello World generator per issue #195 (#270)
1 parent 09f21d8 commit 7d1fd10

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
namespace Generators.Exercises
2+
{
3+
public class HelloWorldExercise : EqualityExercise
4+
{
5+
public HelloWorldExercise() : base("hello-world")
6+
{
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)