This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Bit Tool v0.1.0 // | |
| /* | |
| Used for showing raw bits without reading thousands of pages of documentation. | |
| */ | |
| // was for practicing but turned out to be real | |
| // Copyright C 2026 Johnryzon Z. Abejero | |
| // ==========> MIT License <========== | |
| // </> Code ---> | |
| #include <stdio.h> // for printing and inputting |