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