Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 175 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 175 Bytes

Launch as script

./client.swift

Compile

swiftc main.swift -o kraken

or xcrun -sdk macosx swiftc client.swift -o client

Launch compiled version

./client