basic file setup
This commit is contained in:
8
julia/CubeShapeCounting.code-workspace
Normal file
8
julia/CubeShapeCounting.code-workspace
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": ".."
|
||||
}
|
||||
],
|
||||
"settings": {}
|
||||
}
|
||||
6
julia/CubeShapeCounting.jl
Normal file
6
julia/CubeShapeCounting.jl
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
function main(i::Int8)
|
||||
S = Stack{Int}();
|
||||
end
|
||||
|
||||
main(Int8(4))
|
||||
0
julia/ImmutableOrientedShape.jl
Normal file
0
julia/ImmutableOrientedShape.jl
Normal file
0
julia/Shape.jl
Normal file
0
julia/Shape.jl
Normal file
Reference in New Issue
Block a user