we don't need main.rs tracked

This commit is contained in:
2024-12-30 16:13:06 +00:00
parent 1d070263be
commit 45ecf9bed6
2 changed files with 1 additions and 6 deletions
+1
View File
@@ -1,2 +1,3 @@
/target
Cargo.lock
src/main.rs
-6
View File
@@ -1,6 +0,0 @@
use haxor::Process;
fn main() {
dbg!(Process::with_pid(3440).unwrap());
dbg!(Process::with_name("notepad.exe").unwrap());
}