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