Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/Utils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,4 @@ public static class Utils
/// <param name="name">The name of the person to include in the greeting. Cannot be null.</param>
/// <returns>A string containing a greeting addressed to the specified name.</returns>
public static string Greeting(string name) => $"Hello, {name}!";

/// <summary>
/// Returns a standard greeting message.
/// </summary>
/// <returns>A string containing the greeting message "Hello, World!".</returns>
public static string Greeting() => $"Hello, World!";
}
Loading