Commit c29dd66
Changed files (1)
src
domain
src/domain/Greeting.cs
@@ -4,7 +4,7 @@
{
public string Hello()
{
- throw new System.NotImplementedException();
+ return "hello";
}
}
}