Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lemcoder authored Nov 14, 2024
1 parent 413d2dc commit c58c3b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ To run download the program from releases page and run with:
```
logik.exe "<your_logic_expression>"
```
Allowed symbols are:
```
'!' Negation
'&&' Conjunction
'||' Disjunction
'->' Implication
'<->' Bi-conditional
'(' ')' Parentheses
p,q... Variables
```

## License

Expand Down

0 comments on commit c58c3b0

Please sign in to comment.