aboutsummaryrefslogtreecommitdiffstats
path: root/examples/helloworld-complex/src/specialfeature.cpp
blob: 8dad4502ff82cbd16d903ae0465ed080afd2c65a (plain)
1
2
3
4
5
6
7
8
#include "specialfeature.h"

#include <iostream>

void bragAboutSpecialFeature()
{
    std::cout << "I have a special feature!" << std::endl;
}