cleaning up unneeded code; enabling markdown features by default;

This commit is contained in:
2023-10-05 01:00:07 +02:00
parent f010ee0f47
commit 467f7b4b1d
4 changed files with 39 additions and 26 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!"