mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

@ikeji うわあなるほど!! 手元の実装では終了することができましたが、環境によって終わらなくなるかもですね…

zunda

@ikeji 雑に最上位ビットにしてみました…。rand()はintなのに0以上しか返さないんですねw

while(h != 0x888)
{
h = (rand() >= RAND_MAX/2) + (h * 2) & 0xFFF;
printf("%s", ds[h & 1]);
}