AdventOfCode2022/AOCDayOne/Properties/launchSettings.json

9 lines
139 B
JSON

{
"profiles": {
"InputTxtParam": {
"commandName": "Project",
"commandLineArgs": "input.txt",
"workingDirectory": ".\\"
}
}
}