AdventOfCode2022/AOCDayOne/Properties/launchSettings.json

9 lines
139 B
JSON
Raw Normal View History

2022-12-01 18:09:04 +00:00
{
"profiles": {
"InputTxtParam": {
"commandName": "Project",
"commandLineArgs": "input.txt",
"workingDirectory": ".\\"
}
}
}