Skip to content

Instantly share code, notes, and snippets.

@rizwansaeed
Last active March 20, 2019 21:26
Show Gist options
  • Save rizwansaeed/f1c6d120c9f6d690a9250249b4248e46 to your computer and use it in GitHub Desktop.
Save rizwansaeed/f1c6d120c9f6d690a9250249b4248e46 to your computer and use it in GitHub Desktop.
public class Hello
{
    public static void Main()
    {
        System.Console.WriteLine("Hello, World!");
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment