5 lines
82 B
Text
5 lines
82 B
Text
int program(int argc, string[] argv) {
|
|
var x = true;
|
|
var x = 3;
|
|
return x;
|
|
}
|