Skip to content

Commit

Permalink
Merge pull request #1 from maurobernal/CA-1-story-of-example
Browse files Browse the repository at this point in the history
feat:MB:add class test.cs
  • Loading branch information
maurobernal authored Apr 26, 2024
2 parents 603bffd + 5ea91a4 commit 2ebd5a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Web/Test.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace ca.Web;

public static class Test
{
public static void HelloWorld() => Console.WriteLine("Hello world!!!");
}

0 comments on commit 2ebd5a3

Please sign in to comment.