From 6d4163c2dd3d54d20335b3fa1528a817cdbe8cd6 Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Mon, 25 Nov 2024 19:17:17 +0300 Subject: added 106 template --- 106/main.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 106/main.cpp (limited to '106/main.cpp') diff --git a/106/main.cpp b/106/main.cpp new file mode 100644 index 0000000..c83e5b5 --- /dev/null +++ b/106/main.cpp @@ -0,0 +1,13 @@ +#include "include/praktable.hpp" + +using table = prak::table; + +void ex1(void) { + table t; + t.print(); +} + +int main() { + ex1(); + return 0; +} -- cgit v1.2.3-70-g09d2