5 lines
74 B
Plaintext
5 lines
74 B
Plaintext
fn main() {
|
|
destination = "unknown";
|
|
set destination = "to the moon";
|
|
}
|