This commit is contained in:
Pratik Karki 2018-02-28 16:56:32 +05:45 committed by GitHub
parent 5cf4dcf1bd
commit 7a90605db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ false
# You can put any Julia expression inside the parentheses.
# Another way to format strings is the printf macro.
@printf "%d is less than %f" 4.5 5.3 # 5 is less than 5.300000
@printf "%d is less than %f" 4.5 5.3 # 4.5 is less than 5.300000
# Printing is easy
println("I'm Julia. Nice to meet you!")