# | Line 12 | Line 12 | public class HostUpdateSharp | |
---|---|---|
12 | { | |
13 | public static void Main(string[] args) | |
14 | { | |
15 | – | OperatingSystem os = Environment.OSVersion; |
15 | string host = Dns.GetHostName(); | |
16 | string url = "http://topsecret.douglasthrift.net/auth/hostupdate.cgi"; | |
17 | ||
18 | < | Console.WriteLine(os + "\n" + host + "\n" + url); |
18 | > | Console.WriteLine(host + "\n" + url); |
19 | } | |
20 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |