No description
  • C 65.2%
  • C++ 34.3%
  • Nix 0.3%
  • Just 0.2%
Find a file
2025-02-18 23:45:03 +00:00
.github feat(ci): add release action 2025-02-18 20:18:40 +00:00
resources feat(ci): add release action 2025-02-18 20:18:40 +00:00
src feat(tests): added unity tests 2025-02-17 16:42:20 +00:00
.gitignore feat(ci): add release action 2025-02-18 20:18:40 +00:00
flake.lock feat: initial commit 2024-10-06 23:12:24 +01:00
flake.nix fix(flake): update src file location 2025-02-18 23:45:03 +00:00
justfile feat(ci): add tests action 2025-02-17 17:38:55 +00:00
LICENSE feat(ci): add release action 2025-02-18 20:18:40 +00:00
README.md feat(ci): add release action 2025-02-18 20:18:40 +00:00

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.

Screenshot

Usage

Run it with a string argument:

stringspect "Hello, World!"

License

This program is licensed under the GNU General Public License v3.0.