Skip to content

Instantly share code, notes, and snippets.

@pauliusnorkus
Created April 26, 2022 08:45
Show Gist options
  • Save pauliusnorkus/a845962c473a1c7889b60f1d5e06f9e3 to your computer and use it in GitHub Desktop.
Save pauliusnorkus/a845962c473a1c7889b60f1d5e06f9e3 to your computer and use it in GitHub Desktop.
using System;
namespace TestApp1
{
public static class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment