mirror of
https://github.com/iminet/dev.git
synced 2024-12-21 21:12:39 +01:00
Added C# sample file
This commit is contained in:
parent
dd03a2f406
commit
886e23e47a
10
csharp/helloworld.cs
Normal file
10
csharp/helloworld.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace HelloWorld
|
||||
{
|
||||
class Hello
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
System.Console.WriteLine("Hello World!");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user