1
Fork 0
mirror of https://github.com/RGBCube/AdventOfCode synced 2025-07-26 19:47:46 +00:00

Make run script description more cosistent

This commit is contained in:
RGBCube 2023-12-02 17:52:42 +03:00
parent c3c1aa3d7d
commit 3a4535f680
No known key found for this signature in database

2
run.nu
View file

@ -1,6 +1,6 @@
#!/usr/bin/env nu #!/usr/bin/env nu
# Run a specified AoC challenge. # Run a specified AoC solution.
def main [ def main [
year_day_part_ext: string # The file to run. For example `2023/1-2.py` or `2023/1-2.nix`. year_day_part_ext: string # The file to run. For example `2023/1-2.py` or `2023/1-2.nix`.
] { ] {