// The outward facing API for Tangle

#ifndef __TANGLE_H
#define __TANGLE_H

void count_to(int i);

#endif