Files

1 line
66 B
C#
Raw Permalink Normal View History

2023-12-23 15:08:47 +00:00
class Const { public const string TEST_STRING = "Hello, World!"; }