#include <bits/stdc++.h>

using namespace std;

signed main(){
	printf("***\n*.*\n***\n");
	return 0;
}