Skip to content

Commit

Permalink
editting test script
Browse files Browse the repository at this point in the history
  • Loading branch information
RaccoonOnion committed Oct 16, 2022
1 parent 3320820 commit 123f984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#!/bin/bash

# link and compile the source code to generate a.out executable file
g++ source.cpp -lmpfr -lgmp -lgmpxx
g++ source.cpp check.cpp compute.cpp -lmpfr -lgmp -lgmpxx --std=c++20

# invalid input format
echo "Inputs: a 1"
Expand Down

0 comments on commit 123f984

Please sign in to comment.