diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index 56fb941..7ab60f3 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -22,6 +22,10 @@ "all days part 2": { "commandName": "Project", "commandLineArgs": "all -part2" + }, + "specific day": { + "commandName": "Project", + "commandLineArgs": "16" } } } \ No newline at end of file