mirror of
https://github.com/RGBCube/AdventOfCode
synced 2025-07-26 03:27:44 +00:00
Make run script description more cosistent
This commit is contained in:
parent
c3c1aa3d7d
commit
3a4535f680
1 changed files with 1 additions and 1 deletions
2
run.nu
2
run.nu
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env nu
|
||||
|
||||
# Run a specified AoC challenge.
|
||||
# Run a specified AoC solution.
|
||||
def main [
|
||||
year_day_part_ext: string # The file to run. For example `2023/1-2.py` or `2023/1-2.nix`.
|
||||
] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue