Files
compiler-explorer/examples/swift/execute_helloworld.swift
Patrick Quist 60abd009ed Swift executions (#2216)
* enable swift execution

* execution example

* disable swift binary+execution until v5, and v5.0 gives a runtime error
2020-09-20 01:18:54 +02:00

5 lines
50 B
Swift

import Foundation
print("hello world")
exit(123)