initial commit

This commit is contained in:
WeeXnes 2025-01-08 02:29:58 +01:00
parent 9f3384f777
commit 3bc65317f9

View file

@ -23,6 +23,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
exit(1);
}
let serial = get_serial_from_iso(iso_file_path)?;
println!("Serial number found: {}", serial);