mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-14 18:50:49 +08:00
initial commit
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
public class Documentation {
|
||||
|
||||
public static void main (String[] args) {
|
||||
|
||||
//! [hello_world]
|
||||
System.out.println ("Hello World!");
|
||||
//! [hello_world]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user