Floem basic example

This commit is contained in:
Greg Shuflin
2024-10-20 20:16:34 -07:00
parent 04f4af5f79
commit 5fd5300bd2
5 changed files with 31 additions and 13 deletions

10
justfile Normal file
View File

@@ -0,0 +1,10 @@
_default:
@just --list
run *args:
cargo run -- {{args}}
floem:
cargo run --bin floem