{}
62
%OFF

Stop copy pasting code you don't actually understand

Build the coding confidence you need to become a developer companies will fight for

Stop copy pasting code you don't actually understand

Become a PRO
Become a PRO
62
%OFF

Stop copy pasting code you don't actually understand

Build the coding confidence you need to become a developer companies will fight for

Stop copy pasting code you don't actually understand

Become a PRO
Become a PRO
run-icon
main.swift
// Online Swift compiler to run Swift program online // Print "Try programiz.pro" message print("Try programiz.pro") let x: Int?? = 10 let y: Int? = x! let z: Int = y! print(x, y, z)
Output