Saying Hello to the folks in Csharp
Code Snnipet
using System;
namespace MLH
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("==========================================");
Console.WriteLine("Hello World!");
Console.WriteLine("==========================================");
}
}
}
Log in or sign up for Devpost to join the conversation.