From bd20b112243a40c40e73c0a12a2a429bd363fb55 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Mon, 19 Jan 2026 23:50:57 +0100 Subject: [PATCH] Better julia test --- justfile | 3 ++- main.jl | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 main.jl diff --git a/justfile b/justfile index 5779a64..0f09675 100644 --- a/justfile +++ b/justfile @@ -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 diff --git a/main.jl b/main.jl new file mode 100644 index 0000000..e33beec --- /dev/null +++ b/main.jl @@ -0,0 +1 @@ +@info "Hello World!"