Junior — Senior
What output will the console get in example №38
livecode
Task condition
What text will be displayed after running the following program
import "fmt"
func main() {
defer fmt.Println("world")
fmt.Println("hello")
panic("error")
}