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