aboutsummaryrefslogtreecommitdiff
path: root/oop1w3/ETer.cpp
blob: f2eebd02b5aca23093b95027d2f5c339b509029b (plain)
1
2
3
4
5
#include "ETer.h"

std::string ETer::getNaam() const {
	return "ET-er";
}