Coyote on Nostr: I am still :ablobcatsweatsip: ing When you were taught gotos were evil: for (int x = ...
I am still :ablobcatsweatsip: ing (npub1y6t…9wl9) 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);
}
Published at
2023-07-13 21:36:08Event JSON
{
"id": "420efb5c310bb0b0a893a07623b77855c2d391b1532084e9df7ff48f5faf77ec",
"pubkey": "778c5d9cdc5ff2220b7cf37c769c8815b50686784f38d81e50129d3758e9a29a",
"created_at": 1689284168,
"kind": 1,
"tags": [
[
"p",
"26976d1f3f3270311c86a59315751d66bd770aa35a929529271fca721afee1af",
"wss://relay.mostr.pub"
],
[
"e",
"9347f9c1e2a938b5538b0393c6b3d0272e2dc88ab12e548d16132083eecb6f43",
"wss://relay.mostr.pub",
"reply"
],
[
"mostr",
"https://social.singing.dog/objects/ca49ccc2-7dfd-46e2-8370-1cbecf9340bd"
]
],
"content": "nostr:npub1y6tk68elxfcrz8yx5kf32agav67hwz4rt2ff22f8rl98yxh7uxhsx69wl9 When you were taught gotos were evil:\n\nfor (int x = 0; x \u003c 100; x++) {\n for (int y = 0; y \u003c 100; y++) {\n if (findFirst[x][y] == value) {\n throw std::pair\u003cint, int\u003e{ x, y };\n }\n }\n}\ncatch (const std::pair\u003cint, int\u003e\u0026 location) {\n mutate(location);\n}\n",
"sig": "01a3c19c0bfc13e2c16fb74610d9313400d9f6aa5a7edd09321936cd03afeff616645f4a8fde1a6410481ea7191794d707756f7619e2e26528a75f926b9de5b5"
}