Files
yaegi/_test/const16.go
T
2020-09-28 10:42:05 +02:00

13 lines
86 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println(7 / 3)
}
// Output:
// 2