6992685b86
Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
6 lines
94 B
C#
6 lines
94 B
C#
// Compiler options: -t:library
|
|
|
|
public static class Constants
|
|
{
|
|
public const long One = 1;
|
|
} |