From 21bac8053b21d81e0c204c0f19b4455131950a3b Mon Sep 17 00:00:00 2001 From: HasTheDev Date: Thu, 5 Mar 2026 00:44:34 +0000 Subject: [PATCH] Add Julia sample fule for recognition testing Signed-off-by: HasTheDev --- samples/julia/hello.jl | 1 + 1 file changed, 1 insertion(+) create mode 100644 samples/julia/hello.jl diff --git a/samples/julia/hello.jl b/samples/julia/hello.jl new file mode 100644 index 00000000000..fa53bd4d66a --- /dev/null +++ b/samples/julia/hello.jl @@ -0,0 +1 @@ +println("Hello Julia")