mirror of
https://github.com/RGBCube/AdventOfCode
synced 2025-07-27 20:17:43 +00:00
Add python part 1
This commit is contained in:
parent
adb0b9bd29
commit
903560cc9c
3 changed files with 3 additions and 1 deletions
2
run.nu
2
run.nu
|
@ -10,7 +10,7 @@ def main [
|
|||
}
|
||||
"py" => {
|
||||
cd ($year_day_part_ext | path dirname)
|
||||
python $year_day_part_ext
|
||||
python ($year_day_part_ext | path basename)
|
||||
cd -
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue