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