From e2dadec523fbabcdf3c3e08f96ca8688c23a98c5 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Sun, 9 May 2021 04:31:32 -0700 Subject: [PATCH] Minor spacing changes to README from previous commit. --- chapter-1-experiments/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chapter-1-experiments/README.md b/chapter-1-experiments/README.md index ce4c6ec..7f2a408 100644 --- a/chapter-1-experiments/README.md +++ b/chapter-1-experiments/README.md @@ -2,10 +2,12 @@ Program to breed N generations of surreal numbers and arrange them in order. + # Status # Fully functional and tested on Debian 10.9 with Go 1.16.3. + # Usage # Sample output is shown below for four generations. The vertical axis plots the @@ -29,3 +31,4 @@ numberline from smallest to largest and the horizontal axis plots generation. . . . abd = After 4 generations, the universe contains 15 numbers. If output looks poor, ensure tabstop is eight spaces and that output doesn't wrap. + -- 2.20.1