Mercurial > hg > orthanc-book
view Sphinx/source/plugins/java/HelloWorld.java @ 1233:30d87c98a58c
PG 10.0
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Wed, 03 Dec 2025 09:37:07 +0100 |
| parents | df28170c2af3 |
| children |
line wrap: on
line source
import be.uclouvain.orthanc.Functions; public class HelloWorld { static { Functions.logWarning("Hello from Java!"); } }
