refactor: migrate project from C++ to Rust
- establish basic Rust project layout. - move all old code into independent directory.
This commit is contained in:
3
wfassoc_exec/src/main.rs
Normal file
3
wfassoc_exec/src/main.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Reference in New Issue
Block a user