Merge branch 'master' of github.com:MarcusTL12/JuliaKursPVV

This commit is contained in:
2019-09-14 14:58:09 +02:00
22 changed files with 1158 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
println("Hello Julia!")
x = 3
y = 2
z = x + y
println(z)