Skip to content

Instantly share code, notes, and snippets.

@JasonBock
Created May 10, 2022 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JasonBock/52072ed95585d5e9b88f229de70c1a33 to your computer and use it in GitHub Desktop.
Save JasonBock/52072ed95585d5e9b88f229de70c1a33 to your computer and use it in GitHub Desktop.
using System;
public static class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello world!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment