Selaa lähdekoodia

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

Tianon Gravi 10 vuotta sitten
vanhempi
sitoutus
38ebd48a99
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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!");