Created
November 27, 2019 04:26
-
-
Save wantedfast/3718235e310e6d6b0223ed04cb9718ec to your computer and use it in GitHub Desktop.
C# 常量版本控制问题
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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