浏览代码

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

Tianon Gravi 10 年之前
父节点
当前提交
38ebd48a99
共有 1 个文件被更改,包括 1 次插入1 次删除
  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!");