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

File tree

1 file changed

+1
-1
lines changed
  • csharp/ql/integration-tests/all-platforms/dotnet_run

1 file changed

+1
-1
lines changed
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)