#include "util.h"

#include <cstdio>

void Util::StaticUtilityMethod()
{
    printf("%s\n", __func__);
}
