#include #include "read.h" int main() { node* root = readfile("template"); printnode(root); return 0; }