Files
moxa/_test/op4.go
2020-04-17 17:54:03 +02:00

10 lines
76 B
Go

package main
func main() {
i := 102
println(i % -1e2)
}
// Output:
// 2