Skip to content

Instantly share code, notes, and snippets.

@AlanJui
AlanJui / gist:9546c8436c45536f535f
Last active August 29, 2015 14:14
目的:示範 Java 程式碼基本架構。
/**
* Say Hello to Java!!
*/
public class HelloJava {
public static void main(String args[]) {
System.out.println("Hello Java!!");
}
}
<ul>
<li></li>
<li></li>
<li></li>
</ul>
package tw.ccc99.bpandsvc;
/**
* Created by AlanJui on 2014/5/17.
*/
import java.util.*;
public class RentABike {