mirror of
https://github.com/iminet/dev.git
synced 2025-08-17 17:05:54 +02:00
Added C# sample file
This commit is contained in:
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!");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user