Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 172 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 172 Bytes

GoodbyeKT

Rust library that can be reset if you think it's slow

Example

fn main() {
    let status = goodbye_kt::reset();

    println!("{}", status);
}