/
Alx89
/
OpenCV
Обзор
Документация
Войти
/
Alx89
/
OpenCV
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
4.x
samples/java/tutorial_code/introduction/documentation/Documentation.java
9 строк
182 B
Cartucho
GSoC 2016 - Adding ALIASES for tutorial (#7041)
15 дек 2016, 15:32
15 дек 2016, 15:32
fcddfa4
Код
Авторство
О чём код?
public class Documentation { public static void main (String[] args) { //! [hello_world] System.out.println ("Hello World!"); //! [hello_world] } }