Files
codeql/csharp/ql/integration-tests/all-platforms/dotnet_run/Program.cs
2022-09-21 19:43:04 +02:00

2 lines
71 B
C#

Console.WriteLine(args.Length > 0 ? args[0] + ", " + args[1] : "");