Mercurial > hg > orthanc-book
view Sphinx/source/plugins/java/HelloWorld.java @ 1094:7c43797528b4
spelling
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Wed, 24 Jul 2024 10:12:19 +0200 |
parents | df28170c2af3 |
children |
line wrap: on
line source
import be.uclouvain.orthanc.Functions; public class HelloWorld { static { Functions.logWarning("Hello from Java!"); } }