Consolidate interactive examples into one dir

This commit is contained in:
Jan Van Bruggen 2022-02-26 00:25:10 -07:00
parent d94796de0e
commit 9d1dcc15c8
24 changed files with 18 additions and 17 deletions

View file

@ -0,0 +1,3 @@
fn main() {
std::process::exit(host::rust_main());
}