Pergunta de entrevista da empresa Avrioc Technologies

What is output of following: struct Singleton { static let shared = Singleton() var value = 5 } var singletonObj = Singleton.shared singletonObj.value = 44