chris-website/source/constants.d

5 lines
156 B
D
Raw Normal View History

2020-06-24 15:40:20 +00:00
class Constants {
public static immutable string SITE_NAME = "Chris Netsoj.nl";
public static immutable string COPYRIGHT = "© Chris Josten, 2020";
}