Swift 编译入门(2)
2017-01-08 本文已影响85人
酷酷的哀殿
echo 'print("hello swift!")' >> hello.swift && swiftc hello.swift && ./hello && swiftc -dump-ast hello.swift
echo 'print("hello swift!")' >> hello.swift && swiftc hello.swift && ./hello && swiftc -dump-ast hello.swift