Untitled

mail@pastecode.io avatar
unknown
swift
a year ago
61 B
3
Indexable
Never
// write your code

var i = 0

while i < 4{
print(i)
i += 1
}