aboutsummaryrefslogtreecommitdiffstats
path: root/tempalte/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tempalte/main.cpp')
-rw-r--r--tempalte/main.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/tempalte/main.cpp b/tempalte/main.cpp
new file mode 100644
index 0000000..b1ce4e1
--- /dev/null
+++ b/tempalte/main.cpp
@@ -0,0 +1,14 @@
+#include <iostream>
+
+#include "include/praktable.hpp"
+
+using table = prak::table<double>;
+
+void ex1(void) {
+ table t;
+}
+
+int main() {
+ ex1();
+ return 0;
+}