建立初始工程

This commit is contained in:
2018-03-24 23:19:37 +08:00
commit 1999ecae7d
12 changed files with 488 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package com.fjy.hadoop;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}