Files
orchid/examples/hello-world/main.orc
Lawrence Bethlenfalvy f38193edcc
All checks were successful
Rust / build (push) Successful in 4m8s
Protocols and operators mostly
2026-01-21 22:22:58 +01:00

6 lines
116 B
Plaintext

let user = "lorinc" + " " + "bethlenfalvy"
let number = 1 + 2
let interpolated = "Hello $user $number"
let user =