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