Commit c29dd66

mo k <mo@mokhan.ca>
2012-02-06 19:35:45
make it pass.
1 parent 6e9c381
Changed files (1)
src
src/domain/Greeting.cs
@@ -4,7 +4,7 @@
     {
       public string Hello()
       {
-        throw new System.NotImplementedException();
+        return "hello";
       }
     }
 }