diff options
| author | mo k <mo@mokhan.ca> | 2012-02-06 12:35:45 -0700 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-02-06 12:35:45 -0700 |
| commit | c29dd665b844d62a59c880f797680437bd661932 (patch) | |
| tree | bfa9cf709b2e476d5a68b80dc2d07140de2193cc | |
| parent | 6e9c3818a93e3ec718f3953a88dbc451b5715ba1 (diff) | |
make it pass.
| -rwxr-xr-x | src/domain/Greeting.cs | 2 |
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";
}
}
}
|
