User Tools

Site Tools


documentation:ad_cm_tags_manager

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
documentation:ad_cm_tags_manager [2015/06/11 02:17]
mooeditor created
documentation:ad_cm_tags_manager [2015/06/11 06:58]
mooeditor removed
Line 1: Line 1:
-test+<code java>​\\ 
 +\\ 
 +class HelloWorldApp {\\ 
 +public static void main(String[] args) {\\ 
 +System.out.println("​Hello World!"​);​ //Display the string.\\ 
 +}\\ 
 +}\\ 
 +</​code>​