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

AkiaCode/GoodbyeKT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 19, 2021
8ff4688 · Apr 19, 2021

History

2 Commits
Apr 19, 2021
Apr 19, 2021
Apr 19, 2021
Apr 19, 2021
Apr 19, 2021

Repository files navigation

GoodbyeKT

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

Example

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

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