Files
moxa/_test/or0.go

10 lines
80 B
Go

package main
func main() {
c := false
println(c || !c)
}
// Output:
// true