aboutsummaryrefslogtreecommitdiff
path: root/oop1w3/TIer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'oop1w3/TIer.cpp')
-rw-r--r--oop1w3/TIer.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/oop1w3/TIer.cpp b/oop1w3/TIer.cpp
new file mode 100644
index 0000000..801f417
--- /dev/null
+++ b/oop1w3/TIer.cpp
@@ -0,0 +1,5 @@
+#include "TIer.h"
+
+std::string TIer::getNaam() const {
+ return "TI-er";
+}