Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Aug 4, 2024
1 parent d7a8f27 commit a722efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/POCTemplate/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace POCTemplate;
[ExcludeFromCodeCoverage]
internal static class Program
{
public static void Main()
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
Expand Down

0 comments on commit a722efb

Please sign in to comment.