package main import "fmt" func main() { x := 42 // TODO: store &x in p, then print *p _ = x }
Output
Click Run to execute, or Check to validate.
Ask questions or share tips about this tutorial
Sign in to join the discussion