Browse Source

Fix `WARNING: deprecated syntax "println (" at /usr/src/julia/hello-world.jl:1. Use "println(" instead.`

Tianon Gravi 10 years ago
parent
commit
38ebd48a99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/tests/julia-hello-world/hello-world.jl

+ 1 - 1
test/tests/julia-hello-world/hello-world.jl

@@ -1 +1 @@
-println ("Hello World!");
+println("Hello World!");