object Hello {
def main(args: Array[String]): Unit = {
println(s"hello, i guess '${OtherObject.yoyo}'!!!")
}