样例输出
**********************
* My first C program *
* My first C program *
**********************
public class Main
{
public static void main(String[] args)
{
System.out.println("**********************");
System.out.println("* My first C program *");
System.out.println("**********************");
}
}