From 469f5bb3fa937f79a4a6ad83c4e7e6e416e5c7ee Mon Sep 17 00:00:00 2001 From: Maxime Vorwerk Date: Thu, 20 Jul 2023 17:14:44 +0200 Subject: [PATCH] basic file setup --- julia/CubeShapeCounting.code-workspace | 8 ++++++++ julia/CubeShapeCounting.jl | 6 ++++++ julia/ImmutableOrientedShape.jl | 0 julia/Shape.jl | 0 4 files changed, 14 insertions(+) create mode 100644 julia/CubeShapeCounting.code-workspace create mode 100644 julia/CubeShapeCounting.jl create mode 100644 julia/ImmutableOrientedShape.jl create mode 100644 julia/Shape.jl diff --git a/julia/CubeShapeCounting.code-workspace b/julia/CubeShapeCounting.code-workspace new file mode 100644 index 0000000..bab1b7f --- /dev/null +++ b/julia/CubeShapeCounting.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": ".." + } + ], + "settings": {} +} \ No newline at end of file diff --git a/julia/CubeShapeCounting.jl b/julia/CubeShapeCounting.jl new file mode 100644 index 0000000..3fc4736 --- /dev/null +++ b/julia/CubeShapeCounting.jl @@ -0,0 +1,6 @@ + +function main(i::Int8) + S = Stack{Int}(); +end + +main(Int8(4)) diff --git a/julia/ImmutableOrientedShape.jl b/julia/ImmutableOrientedShape.jl new file mode 100644 index 0000000..e69de29 diff --git a/julia/Shape.jl b/julia/Shape.jl new file mode 100644 index 0000000..e69de29