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