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