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