just realized there are no lists, only arrays :(
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
include("ImmutableOrientedShape.jl")
|
||||
|
||||
function main(i::Int8)
|
||||
S = Stack{Int}();
|
||||
function main(i::Int64)
|
||||
D = Dict{ImmutableOrientedShape}()
|
||||
S = Stack{Int64}();
|
||||
end
|
||||
|
||||
main(Int8(4))
|
||||
|
||||
Reference in New Issue
Block a user