Back to project page Smartlab.
The source code is released under:
Apache License
If you think the Android project Smartlab listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package ir.smartlab.java.ch04.firstcup; public class FisrtCup { public static void main(String[] args) { System.out.println("My first cup of Java!"); } }