1
1
mirror of https://github.com/nsomar/Swiftline.git synced 2024-08-15 16:40:24 +03:00
Swiftline/Examples/AgreeExample.swift
2015-11-12 08:54:15 +00:00

7 lines
147 B
Swift
Executable File

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