Initial Commit
This commit is contained in:
7
Code/1.HelloWorld.jl
Normal file
7
Code/1.HelloWorld.jl
Normal file
@@ -0,0 +1,7 @@
|
||||
println("Hello Julia!")
|
||||
|
||||
x = 3
|
||||
y = 2
|
||||
z = x + y
|
||||
|
||||
println(z)
|
||||
Reference in New Issue
Block a user