Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Commit 2292246

Browse files
committed
Add Greeting()
1 parent 6cb3ffc commit 2292246

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Utils.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ public static class Utils
77
public static string Greet(string name) => $"Hello, {name}!";
88

99
public static string Greet() => $"Hello, World!";
10+
11+
public static string Greeting() => $"Hello, World!";
1012
}

0 commit comments

Comments
 (0)