Playground for running several languages locally.
Now supports Go, Python, and Rust.
poetry run invoke init-go
poetry run invoke init-python310
poetry run invoke init-python311
poetry run invoke init-rust
make init-go
make init-python3.10
make init-python3.11
make init-rust