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