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