# include <stdio.h>

int main(int argc, char *argv[]) {
	printf("Hello C and VCSSL!\n");
	return 0;
}