8 lines
197 B
C#
8 lines
197 B
C#
// Licensed to Timothy Schenk under the Apache 2.0 License.
|
|
|
|
using Microsoft.CodeAnalysis;
|
|
using Microsoft.CodeAnalysis.Text;
|
|
|
|
Console.WriteLine("Hello, World!");
|
|
|
|
Workspace workspace = Workspace.
|