Skip to content

Instantly share code, notes, and snippets.

@kzu
Last active August 28, 2025 23:45
Show Gist options
  • Select an option

  • Save kzu/52b115ce24c7978ddc33245d4ff840f5 to your computer and use it in GitHub Desktop.

Select an option

Save kzu/52b115ce24c7978ddc33245d4ff840f5 to your computer and use it in GitHub Desktop.
Hello World from dnx gist!
#:package Spectre.Console@*
using Spectre.Console;
AnsiConsole.MarkupLine($"Hello world from [green]dnx[/] [yellow]gist[/] :rocket: [bold italic]{string.Join(' ', args)}[/]");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment