g++ bitcount.cpp -o exe
gcc bitcount.c -o exe
nasm -f elf64 bitcount.asm -o exe.o && ld exe.o -o exe
-
Notifications
You must be signed in to change notification settings - Fork 0
ScriptScorpion/BitwiseInfo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
this tool gets info about bits in number
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published