6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
fn main() -> i32 {
|
|
return RANDOM;
|
|
}
|
|
|
|
const RANDOM: i32 = 4 + (1 << 3);
|