Blame


1 b5bd6133 2019-08-15 stsp <!doctype html>
2 b5bd6133 2019-08-15 stsp <html lang=en>
3 b5bd6133 2019-08-15 stsp <meta charset=utf-8>
4 b5bd6133 2019-08-15 stsp
5 b5bd6133 2019-08-15 stsp <title>Game of Trees (Got): Examples</title>
6 b5bd6133 2019-08-15 stsp <meta name="description" content="Game of Trees (Got) Examples">
7 b5bd6133 2019-08-15 stsp <meta name="viewport" content="width=device-width, initial-scale=1">
8 b5bd6133 2019-08-15 stsp <link rel="stylesheet" type="text/css" href="openbsd.css">
9 b5bd6133 2019-08-15 stsp <link rel="canonical" href="https://gameoftrees.org/examples.html">
10 b5bd6133 2019-08-15 stsp
11 b5bd6133 2019-08-15 stsp <h2>
12 b5bd6133 2019-08-15 stsp <a href="index.html">
13 b5bd6133 2019-08-15 stsp <i>Game of Trees</i></a>
14 b5bd6133 2019-08-15 stsp Examples
15 b5bd6133 2019-08-15 stsp </h2>
16 b5bd6133 2019-08-15 stsp <hr>
17 4eac44d8 2020-12-27 stsp
18 4eac44d8 2020-12-27 stsp <h3>Getting started:</h3>
19 4eac44d8 2020-12-27 stsp
20 4eac44d8 2020-12-27 stsp <p>
21 3dd5e265 2023-06-28 bentley A quick-start guide to <code>got(1)</code> can be found in the
22 4eac44d8 2020-12-27 stsp <a href="got.1.html#EXAMPLES">EXAMPLES section of the manual page</a>.