소스 검색

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!");