#include <stdio.h>

int main( void ){
    printf("%s", __VERSION__ );
    return 0;
}
