struct CyberSecuritySpecialist {
let name = "Pavel Neprin"
var position = "Cyber Security Specialist"
var languageSpoken = ["ru_RU", "en_US"]
var expertise = ["Penetration Testing", "Malware Analysis", "Network Security"]
var certifications = ["Yandex.Practicum", "Security+"]
func sayHi() {
print("Securing digital landscapes, one vulnerability at a time")
}
}
let me = CyberSecuritySpecialist()
me.sayHi()
-
Notifications
You must be signed in to change notification settings - Fork 0
wardlive/wardlive
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published