mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
2 lines
71 B
C#
2 lines
71 B
C#
Console.WriteLine(args.Length > 0 ? args[0] + ", " + args[1] : "");
|