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