Skip to content

Instantly share code, notes, and snippets.

@nanwang2016
Created August 12, 2020 16:30
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 nanwang2016/dee1f6b401b9e2167e6b7bc2237728b1 to your computer and use it in GitHub Desktop.
Save nanwang2016/dee1f6b401b9e2167e6b7bc2237728b1 to your computer and use it in GitHub Desktop.
using System;
namespace TestFile
{
class Program
{
static void Main(string[] args)
{
}
}
sealed class Animal
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment