Skip to content

Instantly share code, notes, and snippets.

@wantedfast
Created November 27, 2019 04:26
Show Gist options
  • Select an option

  • Save wantedfast/3718235e310e6d6b0223ed04cb9718ec to your computer and use it in GitHub Desktop.

Select an option

Save wantedfast/3718235e310e6d6b0223ed04cb9718ec to your computer and use it in GitHub Desktop.
C# 常量版本控制问题
 internal class Program
    {
        private static void Main(string[] args)
        {
            Console.WriteLine(ConstValue.MaxIntSize);
        }
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment