5 lines
87 B
Plaintext
5 lines
87 B
Plaintext
fn main() {
|
|
println('Hello, World!');
|
|
let x = 'I greet you!';
|
|
println(x);
|
|
} |