forked from Orchid/orchid
10 lines
154 B
Plaintext
10 lines
154 B
Plaintext
import std::exit_status
|
|
import std::conv
|
|
|
|
const main2 := (
|
|
println "Hello, world!"
|
|
exit_status::success
|
|
)
|
|
|
|
const main := conv::to_string t[1, 2, 3]
|