No description
- C 65.2%
- C++ 34.3%
- Nix 0.3%
- Just 0.2%
| .github | ||
| resources | ||
| src | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| justfile | ||
| LICENSE | ||
| README.md | ||
Stringspect
This program takes a string input and displays each character in a neatly formatted table, showing its ASCII representation, decimal, hexadecimal, octal, and binary values.
Usage
Run it with a string argument:
stringspect "Hello, World!"
License
This program is licensed under the GNU General Public License v3.0.
