admin
2019-01-29 033a7cd02b9799a0acf42290fdc84d74bdcee79c
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.yeshi.FanLiMain;
 
/**
 * Hello world!
 *
 */
public class App 
{
    public static void main( String[] args )
    {
        System.out.println( "Hello World!" );
    }
}