#include "feature1.h"

void feature1()
{
	printf("feature1\n");
}