public class helloworld //文件名为helloworld
{
public static void main(String[]args)
{
("hello world");//输出结果
("hello 比特“);
("hello friend”);
}
}
public class helloworld //文件名为helloworld
{
public static void main(String[]args)
{
("hello world");//输出结果
("hello 比特“);
("hello friend”);
}
}