refactor: state

This commit is contained in:
2023-10-27 13:13:22 +02:00
parent cb0272b790
commit fa22be6e0e
6 changed files with 64 additions and 32 deletions

11
Justfile Normal file
View File

@@ -0,0 +1,11 @@
default:
@just hello
run:
@cargo run main
bin args='':
@cargo run --bin {{args}}
hello:
@echo "Hello, world!"