This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
Docker-official-images
mirror of
https://github.com/docker-library/official-images.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix `WARNING: deprecated syntax "println (" at /usr/src/julia/hello-world.jl:1. Use "println(" instead.`
Tianon Gravi
10 years ago
parent
d7847f1286
commit
38ebd48a99
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
test/tests/julia-hello-world/hello-world.jl
+ 1
- 1
test/tests/julia-hello-world/hello-world.jl
View File
@@ -1 +1 @@
-println
("Hello World!");
+println("Hello World!");