6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
ns greeter;
|
|
|
|
fn main(args: Array<String>) {
|
|
println(args);
|
|
}
|