Mercurial > hg > orthanc-book
view Sphinx/source/plugins/java/HelloWorld.java @ 1207:76bc30dfeeb5
cont
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Sat, 25 Oct 2025 11:32:13 +0200 |
| parents | df28170c2af3 |
| children |
line wrap: on
line source
import be.uclouvain.orthanc.Functions; public class HelloWorld { static { Functions.logWarning("Hello from Java!"); } }
