x: int // initialized with its zero value
y: int = --- // uses uninitialized memory
This item has no comments currently.
It looks like you have JavaScript disabled. This web app requires that JavaScript is enabled.
Please enable JavaScript to use this site (or just go read Hacker News).
x: int // initialized with its zero value
y: int = --- // uses uninitialized memory