basic file setup

This commit is contained in:
Maxime Vorwerk
2023-07-20 17:14:44 +02:00
parent 6657154f41
commit 469f5bb3fa
4 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
function main(i::Int8)
S = Stack{Int}();
end
main(Int8(4))