Twelve statements: Difference between revisions

Content added Content deleted
Line 3,294: Line 3,294:
=={{header|Swift Playground}}==
=={{header|Swift Playground}}==
{{trans|Swift}}
{{trans|Swift}}
<code>
<pre>


import UIKit
import UIKit
import Foundation
import Foundation

internal enum PaddingOption {
internal enum PaddingOption {
case Left
case Left
Line 3,394: Line 3,397:
}
}
}
}
</code>


</pre>
----
----
Solution found! True are: [1, 3, 4, 6, 7, 11]
Solution found! True are: [1, 3, 4, 6, 7, 11]