8 lines
72 B
C
8 lines
72 B
C
|
#include <stdio.h>
|
||
|
#include <tcl.h>
|
||
|
|
||
|
main ()
|
||
|
{
|
||
|
puts(TCL_VERSION);
|
||
|
}
|