2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-01 21:40:24 +00:00
cheat.sheets/sheets/_julia/hello
2017-06-15 18:23:05 +00:00

9 lines
194 B
Plaintext

# to install:
# (Debian/Ubuntu) apt-get install julia
# (Fedora/CentOS) dnf install julia
# (ArchLinux) pacman -S julia
# to execute:
# julia hello_world.jl
#
println("hello world")