2023-02-26 01:12

This commit is contained in:
2023-02-26 01:13:01 +09:00
commit 069e9e09e8
3 changed files with 6 additions and 0 deletions

0
.gitignore vendored Normal file
View File

1
README.md Normal file
View File

@@ -0,0 +1 @@
# Julia Examples

5
src/variables.jl Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/julia
x = 10
y = 1
println(x + y)