mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
2 lines
84 B
C#
2 lines
84 B
C#
Console.WriteLine(args.Length > 1 ? args[0] + ", " + args[1] : "Default reply");
|