Skip to content

Instantly share code, notes, and snippets.

@johnryzon123
johnryzon123 / bittool.c
Created April 10, 2026 07:05
A Tool for showing bits based on operations or numbers
// 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