This file is indexed.

/usr/lib/Wt/examples/hello/README.md is in witty-examples 3.3.0-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
Hello-world example
-------------------

This example is a minimal Wt application. This example is covered as
part of the [Wt tutorial](http://www.webtoolkit.eu/wt/doc/tutorial/wt.html).

How to run
----------

See the README in the parent directory.

What it illustrates
-------------------

Basic concepts of Wt: the application concept, the use of widgets,
user input, and event handling.