File tree 3 files changed +9
-6
lines changed
Bit Set/BitSet.playground
playground.xcworkspace/xcshareddata
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
//: Playground - noun: a place where people can play
2
2
3
- // last checked with Xcode 9.0b4
4
- #if swift(>=4.0)
5
- print ( " Hello, Swift 4! " )
6
- #endif
7
-
8
3
// Create a bit set that stores 140 bits
9
4
var bits = BitSet ( size: 140 )
10
5
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
- <playground version =' 5.0' target-platform =' osx' >
2
+ <playground version =' 5.0' target-platform =' osx' last-migration = ' 1000 ' >
3
3
<timeline fileName =' timeline.xctimeline' />
4
4
</playground >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >IDEDidComputeMac32BitWarning </key >
6
+ <true />
7
+ </dict >
8
+ </plist >
You can’t perform that action at this time.
0 commit comments