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