This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
Apq
/
Docker-official-images
mirror of
https://github.com/docker-library/official-images.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Fix `WARNING: deprecated syntax "println (" at /usr/src/julia/hello-world.jl:1. Use "println(" instead.`
Tianon Gravi
10 năm trước cách đây
mục cha
d7847f1286
commit
38ebd48a99
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
test/tests/julia-hello-world/hello-world.jl
+ 1
- 1
test/tests/julia-hello-world/hello-world.jl
Xem Tập Tin
@@ -1 +1 @@
-println
("Hello World!");
+println("Hello World!");