Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created July 24, 2021 11:40
Embed
What would you like to do?
using System;
public class Program
{
public static void Main()
{
Console.WriteLine("Hello Sukhpinder!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment