First of all - Welcome! I’m a nice fun and friendly person, I work well in a team but also on my own as I like to set myself goals which I will achieve, I have good listening and communication skills. I have a creative mind and am always up for new challenges. Also I'm a software engineer and I'm glad that you've come to my GitHub. Don't be shy to ask me whatever you want :)
import SwiftUI
struct ContentView: View {
var body: some View {
Text("My name is Aibek and I am a software engineer")
Text("Welcome to my GitHub account :)")
.padding()
}
}