Something
public text v1 · immutable#!/usr/bin/csharp
using System.Net;
WebClient w = new WebClient();
string s = w.DownloadString("http://checkip.dyndns.org/");
Console.WriteLine(s);
#!/usr/bin/csharp
using System.Net;
WebClient w = new WebClient();
string s = w.DownloadString("http://checkip.dyndns.org/");
Console.WriteLine(s);