Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Tetragramm
GitHub Repository: Tetragramm/opencv
Path: blob/master/samples/java/tutorial_code/introduction/documentation/Documentation.java
16344 views
1
public class Documentation {
2
3
public static void main (String[] args) {
4
5
//! [hello_world]
6
System.out.println ("Hello World!");
7
//! [hello_world]
8
}
9
}
10
11