blob: 1db8ace6e84225e9ec51fa64257f45ebcc3947a9 [file] [log] [blame]
package main
import "fmt"
func main() {
v := 42 // change me!
fmt.Printf("v is of type %T\n", v)
}