diff --git a/solutions/julia/hello-world/1/hello-world.jl b/solutions/julia/hello-world/1/hello-world.jl new file mode 100644 index 0000000..6ae75bf --- /dev/null +++ b/solutions/julia/hello-world/1/hello-world.jl @@ -0,0 +1,3 @@ +function hello() + return "Hello, World!" +end