Clean way to patch the std
This commit is contained in:
@@ -176,6 +176,6 @@ pub mod rust_2024 {
|
||||
) -> isize {
|
||||
println!("{}", argc);
|
||||
println!("{:?}", argv);
|
||||
main().report().to_isize()
|
||||
main().report().to_i32() as isize
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user