first commit
This commit is contained in:
10
HelloWorld/CSharp/helloworld.cs
Normal file
10
HelloWorld/CSharp/helloworld.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace LanguageBasics
|
||||
{
|
||||
class CSharpHelloWorld
|
||||
{
|
||||
static void Main()
|
||||
{
|
||||
System.Console.WriteLine("Hello, World!");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user