index
:
print-hello-world
master
A potpourri of programming languages
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
test.jl
2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.jl b/test.jl
index fd8944a..2d7b6de 100644
--- a/
test.jl
+++ b/
test.jl
@@ -10,7 +10,7 @@ println("test")
N = 1000
A = []
-for i in 0:N-1
+for i = 0:N-1
push!(A, i)
end