@ -0,0 +1,9 @@
extrn putchar;
fn main() {
let a = 34;
let b = 35;
let PI = 3.1415;
putchar(a + b);
}
The note is not visible to the blocked user.