Skip to content

Commit

Permalink
Fixed help
Browse files Browse the repository at this point in the history
  • Loading branch information
lemcoder committed Nov 14, 2024
1 parent 498dab1 commit 413d2dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/nativeMain/kotlin/pl/lemanski/logik/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ fun main(args: Array<String>) {
println(
"""
type in the logic expression. Allowed symbols are:
'!' Negation
'&&' Conjunction
'||' Disjunction
'->' Implication
'<->' Bi-conditional
'||' Disjunction
'&&' Conjunction
'!' Negation
'(' ')' Parentheses
p,q... Variables
""".trimIndent()
Expand Down

0 comments on commit 413d2dc

Please sign in to comment.