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