Compare commits
2 Commits
f9cbe75e77
...
fd26814f83
Author | SHA1 | Date | |
---|---|---|---|
fd26814f83 | |||
97846fbf8c |
13
Variables.playground/Contents.swift
Normal file
13
Variables.playground/Contents.swift
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
import Foundation
|
||||||
|
|
||||||
|
|
||||||
|
let myName = "Gary"
|
||||||
|
let yourName = "Foo"
|
||||||
|
|
||||||
|
|
||||||
|
var names = [
|
||||||
|
myName,
|
||||||
|
yourName
|
||||||
|
]
|
||||||
|
|
||||||
|
names.append("fjflajfa")
|
2
Variables.playground/contents.xcplayground
Normal file
2
Variables.playground/contents.xcplayground
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
|
<playground version='7.0' target-platform='macos' swift-version='6' buildActiveScheme='true' executeOnSourceChanges='true' importAppTypes='true'/>
|
7
swift-playground.xcworkspace/contents.xcworkspacedata
generated
Normal file
7
swift-playground.xcworkspace/contents.xcworkspacedata
generated
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<Workspace
|
||||||
|
version = "1.0">
|
||||||
|
<FileRef
|
||||||
|
location = "group:Variables.playground">
|
||||||
|
</FileRef>
|
||||||
|
</Workspace>
|
Loading…
Reference in New Issue
Block a user