Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
A248 committed Oct 7, 2023
1 parent c979108 commit 3f6f710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NSegs=${3:-5}

run_rust(){
cargo build --release
target/release -- $NPrimes $NSegs
target/release $NPrimes $NSegs
}

run_python(){
Expand Down

0 comments on commit 3f6f710

Please sign in to comment.