let _0xExp: &str = "Blockchain Engineer";
let learning: bool = true;
let mut possible: bool = false;
let mut possibleState: &str = "Impossible";
fn keep_coding(possible: &mut bool, possibleState: &mut &str) {
*possible = true;
*possibleState = "I'm possible";
}
while learning {
keep_coding(&mut possible, &mut possibleState);
}
Pinned Loading
-
soroban-versioning
soroban-versioning PublicForked from tupui/soroban-versioning
Tansu - Soroban Versioning
Astro
-
-
CommuneAI-wallet-extension
CommuneAI-wallet-extension PublicForked from commune-ai/comextension
commune extension to browser
TypeScript 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.