mirror of
https://github.com/opencv/opencv.git
synced 2024-12-11 22:59:16 +08:00
10 lines
182 B
Java
10 lines
182 B
Java
|
public class Documentation {
|
||
|
|
||
|
public static void main (String[] args) {
|
||
|
|
||
|
//! [hello_world]
|
||
|
System.out.println ("Hello World!");
|
||
|
//! [hello_world]
|
||
|
}
|
||
|
}
|