mirror of
https://github.com/iminet/dev.git
synced 2025-05-12 22:19:03 +02: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…
x
Reference in New Issue
Block a user