mirror of
https://github.com/iminet/dev.git
synced 2026-07-13 13:29:03 +02:00
Added C# sample file
This commit is contained in:
@@ -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