Better julia test

This commit is contained in:
2026-01-19 23:50:57 +01:00
parent a944e458f1
commit bd20b11224
2 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,8 @@ 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 ./neville-algo-ml.jl
julia ./main.jl
nix flake info

1
main.jl Normal file
View File

@@ -0,0 +1 @@
@info "Hello World!"