Initial commit
This commit is contained in:
parent
fc16497ceb
commit
d39b360d76
10 changed files with 80 additions and 1186 deletions
6
testexec/Cargo.toml
Normal file
6
testexec/Cargo.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
[package]
|
||||
name = "testexec"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
4
testexec/src/main.rs
Normal file
4
testexec/src/main.rs
Normal file
|
@ -0,0 +1,4 @@
|
|||
fn main() {
|
||||
println!("Hello, i was loaded from memory!");
|
||||
std::fs::File::create("deleteme").unwrap();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue