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