#include<stdio.h>
#include"version.h"
int main() {
printf("Version is %s.\n", version_string);
return 0;
}