mirror of
https://github.com/github/codeql.git
synced 2026-08-06 10:18:43 +02:00
2 lines
71 B
C#
2 lines
71 B
C#
Console.WriteLine(args.Length > 0 ? args[0] + ", " + args[1] : "");
|