1
1
mirror of https://github.com/nsomar/Swiftline.git synced 2024-09-11 05:35:42 +03:00
Swiftline/Examples/AgreeExample.swift

7 lines
147 B
Swift
Raw Permalink Normal View History

#!/usr/bin/env xcrun swift -F ./Rome/ -framework Swiftline
import Swiftline
let answer = agree("Are you shwifty?")
print("You answer \(answer)")