Path: hello/Main.java
// This is an example of Java code.
// INCLUDE FROM HERE
public class Main {
// method start
public static void main(String[] args) {
System.out.println("Hi!");
}
// method end
}
Powered by md2html_py 1.0.7