Class HelloWindow

java.lang.Object
limn.demo.site.HelloWindow

public final class HelloWindow extends Object
The shortest complete Limn program, and the one the site's "get started" page shows.

It exists as a compiled source file rather than as prose in a Markdown page for the reason every sample on that site does: this is built by ./gradlew check, so the snippet a reader copies is a program that compiles against the version they are reading about. A pasted sample is correct on the day it is written and never checked again.

Not run by anything: it is a main a reader runs, and a region the site reads.

  • Method Details

    • main

      public static void main(String[] args)