Files
moxa/_test/or1.go

10 lines
80 B
Go

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