mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-14 01:57:43 +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]
|
|
}
|
|
}
|