hello = {
  println "hello $branch"
}

samples = []

run  {
    samples * [ hello ]
}
