Update main.rs

This commit is contained in:
Kirk Trychel
2024-04-21 16:32:47 -05:00
committed by GitHub
parent 558fe5642f
commit 9727dfc2aa
+1 -1
View File
@@ -1,6 +1,6 @@
use std::fs::File;
use std::io::Write;
mod shellcode;
pub mod shellcode;
fn main() {