Why Nostr? What is Njump?
2023-07-13 21:36:08
in reply to

Coyote on Nostr: Fe₂🦀₃⋅H₂🦀 When you were taught gotos were evil: for (int x = 0; x < ...

When you were taught gotos were evil:

for (int x = 0; x < 100; x++) {
for (int y = 0; y < 100; y++) {
if (findFirst[x][y] == value) {
throw std::pair<int, int>{ x, y };
}
}
}
catch (const std::pair<int, int>& location) {
mutate(location);
}
Author Public Key
npub1w7x9m8xutlezyzmu7d78d8ygzk6sdpncfuuds8jsz2wnwk8f52dqkrpc4w