Sobes.tech
Junior — Senior

What will be the output of program №24

livecode

Task condition

Determine what text will appear in the console after executing the following code:

func launch() {
    go prepare()
    go prepare()
    go prepare()

    startPrepare()
}

func startPrepare(){
    
}
func prepare(){
    execute()
}