Add julia support and example

This commit is contained in:
2026-01-30 23:48:20 +01:00
parent 9d3594a483
commit 752433a900
5 changed files with 1121 additions and 4 deletions

5
main.jl Normal file
View File

@@ -0,0 +1,5 @@
using Plots
plot(sin)
savefig("build/sine.svg")
gui()