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

Commit 3f39992

Browse files
committed
Add another overload
1 parent 355d10b commit 3f39992

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
@@ -3,4 +3,6 @@
33
public static class Utils
44
{
55
public static string Greet(string name) => $"Hello, {name}!";
6+
7+
public static string Greet() => $"Hello, World!";
68
}

0 commit comments

Comments
 (0)