[categories] [index] [all (553)] [latest]
#!/usr/bin/swift /* $ swift x.swift */ import Foundation for arg in Process.arguments { print(arg) }