Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
zehengl committed Oct 21, 2024
1 parent 153fe0f commit a3aeafe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/hello.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
using System;

public class Hello
{
public static void Main()
{
Console.WriteLine("Hello World!");
}
}

0 comments on commit a3aeafe

Please sign in to comment.