mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-01 21:40:24 +00:00
9 lines
194 B
Plaintext
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")
|