Sign in
go
/
tools
/
f45db9b4bbd0d0c0eaad13a5be3ddd8da408f3da
/
.
/
refactor
/
eg
/
testdata
/
J1.go
blob: 532ca13e66c11dc938686577d2a1185fa102f9bb [
file
]
package I1
import "fmt"
func example() {
temp := 5
fmt.Print(temp + temp + temp)
}