import tango.core.Version;
import tango.io.Stdout;

void main()
{
  Stdout(__VERSION__).newline;
  Stdout(Tango*1000).newline;
}

