Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tree_plus_programs/rewrite.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# rewrite the tree_plus engine.py module in Rust:
# rw -C ../tree_plus_src/engine.py ./engine.rs

# for specific lenths use -l
# for specific lengths use -l
# rw -l 420 [input-path] [output-path]

from pathlib import Path
Expand Down
Loading