aboutsummaryrefslogtreecommitdiffstats
path: root/src/stack.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/stack.rs')
-rw-r--r--src/stack.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stack.rs b/src/stack.rs
new file mode 100644
index 0000000..a75c775
--- /dev/null
+++ b/src/stack.rs
@@ -0,0 +1,3 @@
+struct Stack<T> {
+
+}