You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zero/TestApp/Program.cs

14 lines
281 B

2 years ago
using System;
using System.Collections.Concurrent;
2 years ago
using ZeroLevel.Services.Network.Utils;
2 years ago
namespace TestApp
{
internal static class Program
{
private static void Main(string[] args)
{
2 years ago
Console.WriteLine(Network.ExternalIP);
3 years ago
}
}
5 years ago
}

Powered by TurnKey Linux.