9 lines
155 B
Julia
Executable file
9 lines
155 B
Julia
Executable file
#!/Applications/Julia-1.4.app/Contents/Resources/julia/bin/julia
|
|
|
|
function helloworld()
|
|
println("Hello, World!") # Bye bye, MATLAB!
|
|
end
|
|
|
|
helloworld()
|
|
|