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 5811295 commit 40bff3a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Src/POCTemplate/Program.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
namespace POCTemplate;
using System.Diagnostics.CodeAnalysis;

namespace POCTemplate;

[ExcludeFromCodeCoverage]
internal static class Program
{
public static void Main()
{
// This is a placeholder for the main entry point of the application.
Console.WriteLine("Hello, World!");
}
}

0 comments on commit 40bff3a

Please sign in to comment.