Skip to content

Instantly share code, notes, and snippets.

@AppleCEO
Last active January 3, 2025 02:15
Show Gist options
  • Save AppleCEO/81ff4c2b3cd8b4f33055240415a47e91 to your computer and use it in GitHub Desktop.
Save AppleCEO/81ff4c2b3cd8b4f33055240415a47e91 to your computer and use it in GitHub Desktop.
GetOnly
struct Greeting {
var name: String {
return "도미닉님 안녕하세요"
}
}
var greeting = Greeting()
print(greeting.name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment