#include <stdio.h>
#include <tcl.h>
#include <tk.h>

main ()
{
    puts(TCL_VERSION);
}


syntax highlighted by Code2HTML, v. 0.9.1