Skip to content

Commit c978798

Browse files
committed
C#: Update test program to print a default message to standard out.
1 parent 3d5767e commit c978798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • csharp/ql/integration-tests/all-platforms/dotnet_run
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Console.WriteLine(args.Length > 0 ? args[0] + ", " + args[1] : "");
1+
Console.WriteLine(args.Length > 1 ? args[0] + ", " + args[1] : "Default reply");

0 commit comments

Comments
 (0)