-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 8e6dc08
Showing
15 changed files
with
112 additions
and
0 deletions.
There are no files selected for viewing
Submodule Calculator-Layout-iOS13
added at
3205c1
Submodule Dicee-iOS13
added at
8195d0
Submodule I am poor
added at
5026d8
Submodule Magic-8-Ball-iOS13
added at
64a600
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
import UIKit | ||
// | ||
//var greeting = "Hello, playground" | ||
// | ||
//print("hello \(55-54) man army") | ||
// | ||
// var a=5 | ||
// var b=8 | ||
// | ||
// var temp=a | ||
// a=b | ||
// b=temp | ||
// | ||
//// print("The value of a is:\(a)") | ||
//// print("The value of b is:\(b)") | ||
// | ||
// | ||
// var myArray = [1, 2, 3 , 4 ,5] | ||
// | ||
// var secondArray = [ 0,0,0,0 ] | ||
// | ||
//var myCount=0 | ||
// | ||
// | ||
//while(myCount<myArray.count-1){ | ||
// secondArray[myCount] = myArray[myCount] * myArray[myCount+1] | ||
// myCount+=1 | ||
// } | ||
// | ||
// var q=0 | ||
// | ||
//print(secondArray) | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
// | ||
//// var x = 8 | ||
//// print(x) | ||
//// var arr = [1,2,3] | ||
//// print(arr[2]) | ||
// | ||
// | ||
// | ||
//func getProduct( x: Int, y: Int) -> Int { | ||
// var b = x*y | ||
// return b | ||
// } | ||
// | ||
// | ||
|
||
|
||
func greeting() { | ||
print("hello") | ||
} | ||
|
||
var i=0; | ||
while(i<4){ | ||
greeting() | ||
i+=1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='5.0' target-platform='ios' buildActiveScheme='true' importAppTypes='true'> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> |
7 changes: 7 additions & 0 deletions
7
MyPlayground.playground/playground.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file added
BIN
+12.2 KB
...round/playground.xcworkspace/xcuserdata/sachin.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import UIKit | ||
|
||
|
||
var array=["a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"] | ||
|
||
var a=Int.random(in: 0...25) | ||
var b=Int.random(in: 0...25) | ||
var c=Int.random(in: 0...25) | ||
var d=Int.random(in: 0...25) | ||
var e=Int.random(in: 0...25) | ||
var f=Int.random(in: 0...25) | ||
|
||
var password = array[a]+array[b]+array[c]+array[d]+array[e]+array[f] | ||
print(password) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<playground version='5.0' target-platform='ios' buildActiveScheme='true' importAppTypes='true'> | ||
<timeline fileName='timeline.xctimeline'/> | ||
</playground> |
7 changes: 7 additions & 0 deletions
7
PasswordGenerator.playground/playground.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file added
BIN
+12.2 KB
...round/playground.xcworkspace/xcuserdata/sachin.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
Submodule RateYourDay
added at
9eac02
Submodule Xylophone-iOS13
added at
88c53d
Submodule iamrich
added at
93100a