├── 30secsofswiftcode.playground ├── Contents.swift ├── contents.xcplayground └── playground.xcworkspace │ ├── contents.xcworkspacedata │ ├── xcshareddata │ └── IDEWorkspaceChecks.plist │ └── xcuserdata │ ├── Recouse.xcuserdatad │ └── UserInterfaceState.xcuserstate │ ├── alexander.kosyakov.xcuserdatad │ └── UserInterfaceState.xcuserstate │ ├── alexeyivanov.xcuserdatad │ └── UserInterfaceState.xcuserstate │ ├── boris.xcuserdatad │ └── UserInterfaceState.xcuserstate │ ├── camiloandresibarrayepes.xcuserdatad │ └── UserInterfaceState.xcuserstate │ ├── dmi.xcuserdatad │ └── UserInterfaceState.xcuserstate │ ├── hatosbarbosa.xcuserdatad │ └── UserInterfaceState.xcuserstate │ ├── juliojohn.xcuserdatad │ └── UserInterfaceState.xcuserstate │ └── lsiegle.xcuserdatad │ └── UserInterfaceState.xcuserstate ├── CONTRIBUTING.md ├── README.md └── swiflangversion.png /30secsofswiftcode.playground/Contents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethsiegle/30-seconds-of-swift-code/HEAD/30secsofswiftcode.playground/Contents.swift -------------------------------------------------------------------------------- /30secsofswiftcode.playground/contents.xcplayground: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethsiegle/30-seconds-of-swift-code/HEAD/30secsofswiftcode.playground/contents.xcplayground -------------------------------------------------------------------------------- /30secsofswiftcode.playground/playground.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethsiegle/30-seconds-of-swift-code/HEAD/30secsofswiftcode.playground/playground.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /30secsofswiftcode.playground/playground.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethsiegle/30-seconds-of-swift-code/HEAD/30secsofswiftcode.playground/playground.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /30secsofswiftcode.playground/playground.xcworkspace/xcuserdata/Recouse.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethsiegle/30-seconds-of-swift-code/HEAD/30secsofswiftcode.playground/playground.xcworkspace/xcuserdata/Recouse.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /30secsofswiftcode.playground/playground.xcworkspace/xcuserdata/alexander.kosyakov.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethsiegle/30-seconds-of-swift-code/HEAD/30secsofswiftcode.playground/playground.xcworkspace/xcuserdata/alexander.kosyakov.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /30secsofswiftcode.playground/playground.xcworkspace/xcuserdata/alexeyivanov.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethsiegle/30-seconds-of-swift-code/HEAD/30secsofswiftcode.playground/playground.xcworkspace/xcuserdata/alexeyivanov.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /30secsofswiftcode.playground/playground.xcworkspace/xcuserdata/boris.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethsiegle/30-seconds-of-swift-code/HEAD/30secsofswiftcode.playground/playground.xcworkspace/xcuserdata/boris.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /30secsofswiftcode.playground/playground.xcworkspace/xcuserdata/camiloandresibarrayepes.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethsiegle/30-seconds-of-swift-code/HEAD/30secsofswiftcode.playground/playground.xcworkspace/xcuserdata/camiloandresibarrayepes.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /30secsofswiftcode.playground/playground.xcworkspace/xcuserdata/dmi.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethsiegle/30-seconds-of-swift-code/HEAD/30secsofswiftcode.playground/playground.xcworkspace/xcuserdata/dmi.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /30secsofswiftcode.playground/playground.xcworkspace/xcuserdata/hatosbarbosa.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethsiegle/30-seconds-of-swift-code/HEAD/30secsofswiftcode.playground/playground.xcworkspace/xcuserdata/hatosbarbosa.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /30secsofswiftcode.playground/playground.xcworkspace/xcuserdata/juliojohn.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethsiegle/30-seconds-of-swift-code/HEAD/30secsofswiftcode.playground/playground.xcworkspace/xcuserdata/juliojohn.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /30secsofswiftcode.playground/playground.xcworkspace/xcuserdata/lsiegle.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethsiegle/30-seconds-of-swift-code/HEAD/30secsofswiftcode.playground/playground.xcworkspace/xcuserdata/lsiegle.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethsiegle/30-seconds-of-swift-code/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethsiegle/30-seconds-of-swift-code/HEAD/README.md -------------------------------------------------------------------------------- /swiflangversion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/elizabethsiegle/30-seconds-of-swift-code/HEAD/swiflangversion.png --------------------------------------------------------------------------------