Compare commits

...

2 Commits

Author SHA1 Message Date
fd26814f83 Merge remote-tracking branch 'refs/remotes/origin/main' 2025-01-17 15:29:59 +08:00
97846fbf8c Initial Commit 2025-01-17 15:23:34 +08:00
3 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,13 @@
import Foundation
let myName = "Gary"
let yourName = "Foo"
var names = [
myName,
yourName
]
names.append("fjflajfa")

View 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'/>

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Workspace
version = "1.0">
<FileRef
location = "group:Variables.playground">
</FileRef>
</Workspace>