initial commit

This commit is contained in:
Marc Planard 2023-10-13 12:30:32 +02:00
commit 3e424a86bb
5 changed files with 235 additions and 0 deletions

13
src/main.rs Normal file
View file

@ -0,0 +1,13 @@
fn main() {
println!(r#"
This is not the code you're looking for.
Look into examples/
Try:
> cargo run --release --example livecoding
> cargo run --release --example livecoding_cleaner
> cargo run --release --example livecoding_simple
"#);
}