import std.stdio;import core.bitop; void main(){ writefln("bitcount = %s", popcnt(100));}
Standard input is empty
bitcount = 3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!