Why Nostr? What is Njump?
2023-02-03 08:05:29
in reply to

初来乍到 on Nostr: WORD Dot2Word(BYTE chDot) { switch(chDot) { case 4: return 10000; case 3: return ...

WORD Dot2Word(BYTE chDot)
{
switch(chDot)
{
case 4:
return 10000;
case 3:
return 1000;
case 2:
return 100;
case 1:
return 10;
default:
break;
}
return 1;
}
Author Public Key
npub19x7uakhr0npmjeleny3p39f2z7x0mfdrxuufdw4qzlysjqx8xeqqhrxmaw