Skip to content

Commit

Permalink
README fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludwig-Work committed Jul 2, 2023
1 parent 849df1c commit ad294d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Program reads from STDIN:
- 2`n` lines with a term each.

Program writes to STDOUT:
- `n` lines, reading
- `YES` if the `n`-th pair of terms are equivalent
- `n` lines, where the `k`th line is
- `YES` if the `k`-th pair of terms are equivalent
- `NO` if they aren't.

Verbose mode can be enabled by passing `-v` as a command line argument, in which case the program will print each term after it was parsed, normalized and ordered deterministically.

0 comments on commit ad294d2

Please sign in to comment.