package main import "fmt" // TODO: define Person struct with Name and Age func main() { // TODO: create a Person{Name: "Alice", Age: 30} and print Name then Age }
Output
Click Run to execute, or Check to validate.
Ask questions or share tips about this tutorial
Sign in to join the discussion