Files
minis/justfile
2026-01-19 23:50:57 +01:00

10 lines
190 B
Makefile

neville:
julia -i "./neville-algo-ml.jl"
test_langs:
# Test all languages and tools in this project
cargo run
uv run python ./main.py
julia ./main.jl
nix flake info