aboutsummaryrefslogtreecommitdiffstats
path: root/tempalte/main.cpp
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov2070@gmail.com>2024-11-18 23:40:21 +0300
committerjustanothercatgirl <sotov2070@gmail.com>2024-11-18 23:40:21 +0300
commit89d26d5d0e8ff2b026cc99606868699f6fcc08db (patch)
tree22181a56c8a1cf2ecae3c167402898c7aed38fb8 /tempalte/main.cpp
parente1bf912316b7f156218aaf5d8571443e47d880ed (diff)
added tempalte
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;
+}