Skip to content

Instantly share code, notes, and snippets.

@rruntsch
Last active September 20, 2021 10:15
Show Gist options
  • Save rruntsch/631e55223be9bc33296920107b6ea744 to your computer and use it in GitHub Desktop.
Save rruntsch/631e55223be9bc33296920107b6ea744 to your computer and use it in GitHub Desktop.
using System;
namespace HelloWorld
{
class Program
{
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