1. public class Test_Welcome {
    2. public static void main(String[] args) {
    3. // TODO Auto-generated method stub
    4. //信管183 赵健
    5. System.out.println("Welcome to Java!");
    6. }
    7. }