Why Nostr? What is Njump?
2025-02-24 02:14:00

LibertyImp on Nostr: Memory Updated: let x = 5; let x = x + 1; println!("x is: {}", x); Will print out 6 ...

Memory Updated:

let x = 5;
let x = x + 1;
println!("x is: {}", x);
Will print out 6 and this is completely ok

let x = 5;
x = x + 1;
println!("x is: {}", x);
The compiler holds your family hostage and threatens you
Author Public Key
npub1haqmanygx8nnzhv6n8ur7ytfpxvkqhamt9r5yd8sjxnpvy7utxgs89cvpg