命令行编译swift程序

  • Post author:
  • Post category:其他
编译
swiftc hello.swift
运行
./hello

hello.swift

import Foundation 

print("hello")