4 lines
83 B
PowerShell
4 lines
83 B
PowerShell
|
param ($day)
|
||
|
|
||
|
Get-Content ".\2022\inputs\day$day.txt" | python ".\2022\day$day.py"
|