We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dda088 + dd634c7 commit 65cc5d3Copy full SHA for 65cc5d3
1 file changed
src/Utils.cs
@@ -19,10 +19,4 @@ public static class Utils
19
/// <param name="name">The name of the person to include in the greeting. Cannot be null.</param>
20
/// <returns>A string containing a greeting addressed to the specified name.</returns>
21
public static string Greeting(string name) => $"Hello, {name}!";
22
-
23
- /// <summary>
24
- /// Returns a standard greeting message.
25
- /// </summary>
26
- /// <returns>A string containing the greeting message "Hello, World!".</returns>
27
- public static string Greeting() => $"Hello, World!";
28
}
0 commit comments