Wednesday, June 12, 2024

dotnet script: C# .NET CLI

dotnet-script/dotnet-script: Run C# scripts from the .NET CLI. @GitHub

hello.cs

Console.WriteLine("Hello!");


dotnet tool install -g dotnet-script
dotnet script .\hello.cs

No comments: