2fbeee80147f2bbe3950c001a85691b9a350c298
[dotfiles/.git] / J1.go
1 // +build ignore
2
3 package I1
4
5 import "fmt"
6
7 func example() {
8         temp := 5
9         fmt.Print(temp + temp + temp)
10 }