#import java.io.*
class AboutMe
{
public static void main() throws IOException
{
BufferedReader br = new BufferedReader( new InputStreamReader(System.in));
System.out.println("Hey guys, Mikhail here...");
System.out.println("********************************");
System.out.println("So I'm basically a guy for Java (obviously), C++ and HTML. Yeah, I know it isn't much. :P Also, a bit of VBasic and of course CSS.");
System.out.println("With great HTML comes great CSS, or something like that.");
}
}
}