AR
(1 + _)Size: a a a
AR
(1 + _)AR
AR
import bitops, itertools
for i in count(0):
stdout.write $(popcount(i) mod 2)
AR
fn main() {
(0u64..).for_each(|n| print!("{}", n.count_ones() % 2))
}AR
AR
(1 + _)AS
LazyList.from(0)AR
AR
object Main extends App {
LazyList.from(0) foreach (u => print(java.lang.Long.bitCount(u) % 2))
}VS
SK
Oℕ
SA
Oℕ
SA
VS
VS
GP
VS
Stream[IO, Byte] -> Stream[IO, String] -> Stream[IO, Json]Y