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