csharp-sdk-upm/Test/RealtimeApp/Program.cs

10 lines
169 B
C#
Raw Normal View History

using System;
namespace RealtimeApp {
class Program {
static void Main(string[] args) {
Console.WriteLine("Hello World!");
}
}
}