PacketMediator/PacketMediator.Samples/Program.cs

9 lines
197 B
C#
Raw Normal View History

2024-08-07 17:06:55 +00:00
// Licensed to Timothy Schenk under the Apache 2.0 License.
2025-01-18 16:47:36 +00:00
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Text;
2024-08-07 17:06:55 +00:00
Console.WriteLine("Hello, World!");
2025-01-18 16:47:36 +00:00
Workspace workspace = Workspace.