/* A C module */
#include <stdio.h>
#include "mktclapp.h"

int ET_COMMAND_print_hello(ET_TCLARGS) {
  printf("Hello, out there!\n");
  return TCL_OK;
}
