idk
This commit is contained in:
FantasyPvP
2023-10-02 23:26:54 +01:00
parent bf9c9be88d
commit 410278b6e3
9 changed files with 165 additions and 6 deletions
+4
View File
@@ -132,6 +132,10 @@ async fn exec() -> Result<(), Error> {
"gigachad?" => {
let mut gigachad_detector = GigachadDetector::new();
gigachad_detector.run(args).await?;
}
"time" => {
use crate::std::time::timer;
timer();
}
"test_features" => {
use crate::std::random::Random;