Code Snippet
using System;
namespace hello_world
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("***********************************");
Console.WriteLine("Hello MLH Local Hack Day from Ritik");
Console.WriteLine("***********************************");
}
}
}


Log in or sign up for Devpost to join the conversation.