Skip to content

Commit

Permalink
feat:MB:add class test.cs
Browse files Browse the repository at this point in the history
include static method for helloworld
  • Loading branch information
maurobernal committed Apr 26, 2024
1 parent b42e831 commit dce1987
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("Hola mundo");
}

0 comments on commit dce1987

Please sign in to comment.