1# ZUT
2The Zig Uncooked Terminal library.
3 4## Usage
5To use this library simply put `src/zut.zig` in your `src` folder and include it like:
6```zig 7importzut=@import("zut.zig"); 8``` 910## What
11Right now it only supplies a `zut.get_key()` for retrieving single key presses.