basic file setup
This commit is contained in:
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))
|
||||
Reference in New Issue
Block a user