5 lines
74 B
Plaintext
5 lines
74 B
Plaintext
func Main() -> int {
|
|
let x: int = undefined_variable;
|
|
return 0;
|
|
}
|