File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
solutions/csharp/01-init/code Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55# CodeCrafters uses this file to test your code. Don't make any changes here!
66#
77# DON'T EDIT THIS!
8- exec dotnet run --project . --configuration Release " $@ "
8+ exec dotnet run --project . --configuration Release -- " $@ "
Original file line number Diff line number Diff line change 55# CodeCrafters uses this file to test your code. Don't make any changes here!
66#
77# DON'T EDIT THIS!
8- exec dotnet run --project . --configuration Release " $@ "
8+ exec dotnet run --project . --configuration Release -- " $@ "
Original file line number Diff line number Diff line change 55# CodeCrafters uses this file to test your code. Don't make any changes here!
66#
77# DON'T EDIT THIS!
8- exec dotnet run --project . --configuration Release " $@ "
8+ exec dotnet run --project . --configuration Release -- " $@ "
You can’t perform that action at this time.
0 commit comments