Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
f5cbee57873a20e1d76537fa62fc9d205b4adfcd
/
.
/
examples
/
swift
/
execute_helloworld.swift
blob: b7fd904cb14be8325bfcdfb3de1c2bbfe13486ec [
file
] [
log
] [
blame
] [
raw
]
import
Foundation
print
(
"hello world"
)
exit
(
123
)