Ramesh R C

644
reputation
7
17
struct Ramesh{
    var aboutMe:String
    init(with him:String) {
        self.aboutMe = him
        print(self.aboutMe)
       }
    }
Ramesh(with: "He is simple,  He like technologies  Very positive and like to learn from others")