mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
* enable swift execution * execution example * disable swift binary+execution until v5, and v5.0 gives a runtime error
5 lines
50 B
Swift
5 lines
50 B
Swift
import Foundation
|
|
|
|
print("hello world")
|
|
exit(123)
|