test args
Some checks failed
Build and Test / build-image (push) Failing after 14s

This commit is contained in:
2025-12-31 10:04:50 +03:00
parent ed1bd49151
commit 039ca9ca51
3 changed files with 27 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");
Console.WriteLine("Hello, World! {0}", string.Join("; ", args));