Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 350 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 350 Bytes

About

h-rs is a Rust port of the h program. It aims to be entirely compatible with the original h program.

H is a small program which, upon execution, prints the lowercase letter h (ASCII character 104).

Usage

  1. cargo build --release
  2. ./target/release/h