summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo k <mo@mokhan.ca>2012-02-06 12:35:45 -0700
committermo k <mo@mokhan.ca>2012-02-06 12:35:45 -0700
commitc29dd665b844d62a59c880f797680437bd661932 (patch)
treebfa9cf709b2e476d5a68b80dc2d07140de2193cc
parent6e9c3818a93e3ec718f3953a88dbc451b5715ba1 (diff)
make it pass.
-rwxr-xr-xsrc/domain/Greeting.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/domain/Greeting.cs b/src/domain/Greeting.cs
index 6aaf036..6813728 100755
--- a/src/domain/Greeting.cs
+++ b/src/domain/Greeting.cs
@@ -4,7 +4,7 @@
{
public string Hello()
{
- throw new System.NotImplementedException();
+ return "hello";
}
}
}