Swift playground
func greet(_ name: String) {
print("Hello, \(name)!")
}
greet("World")
Swift is a fast, multiplatform programming language with modern syntax.
⛫ homepage • αω tutorial • ⚘ community
Sandbox details
Swift version: 6.2
sandbox engine: codapi
sandbox name: swift
command: run
in-browser: ✘
Usage example:
```swift
print("Hello, World!")
```
<codapi-snippet sandbox="swift" editor="basic">
</codapi-snippet>