2024-04-13 21:41:48 +02:00

7 lines
93 B
Swift

var array: [Int] = .init()
array.append(5)
array.append(10)
array.append(2)
array.append(3)