Files
SwiftShell/SwiftShellTests/Scripts/print_arguments.swift
T
Kare Morstol a9dbdcf629 Update to Swift 2.0 .
Wow, lots of changes in Swift 2.0! And all of them great, except for renaming println to print. What's up with that?
This is just to get it to compile, we will be trying and throwing errors in no time.
2015-06-28 00:52:40 +02:00

6 lines
71 B
Swift
Executable File

#!/usr/bin/env swiftshell
import SwiftShell
print(Process.arguments)