From 1e8e95ca7a56be16912f78ae1470afcd796589c9 Mon Sep 17 00:00:00 2001 From: Kingloo Date: Thu, 10 May 2018 01:13:40 +0200 Subject: [PATCH] Added a comment --- hosts/Program.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/Program.cs b/hosts/Program.cs index 934dc8c..dfc971a 100644 --- a/hosts/Program.cs +++ b/hosts/Program.cs @@ -9,6 +9,8 @@ using hosts.DnsServerTargets; using hosts.HostSources; +// a comment + namespace hosts { public static class Program