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