1
Fork 0
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:
RGBCube 2023-12-02 00:10:56 +03:00
parent adb0b9bd29
commit 903560cc9c
No known key found for this signature in database
3 changed files with 3 additions and 1 deletions

2
run.nu
View file

@ -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 -
}
}