I just felt like doing something
Some checks failed
Rust / build (push) Has been cancelled

This commit is contained in:
tommy 2024-08-21 22:29:31 -04:00
parent bf8fee18b0
commit b3a6fda4fb
Signed by: tommy
GPG Key ID: 56B522AB2EF2263A

View File

@ -1,7 +1,5 @@
use std::io::Read;
use std::{env, io};
use std::path::Path;
use std::fs;
use std::{io, fs, env, path::Path};
use io::Read;
fn main() {
let mut rblxpath = String::new();
if let Some(lad) = env::var("LOCALAPPDATA").ok() {