8 lines
132 B
Swift
8 lines
132 B
Swift
// https://carrascomolina.com
|
|
import Playgrounds
|
|
|
|
#Playground {
|
|
let greeting = "Hallo Playground"
|
|
|
|
// write code here
|
|
}
|