commit a1578b962a711db5c2d99508ea882cde42527d0e parent 89596b21383f11e9939ae97fbcfee92b99b03130 Author: gearsix <gearsix@tuta.io> Date: Sun, 24 Jul 2022 19:01:45 +0100 added README.md Diffstat:
A | README.md | | | 8 | ++++++++ |
D | main.c | | | 5 | ----- |
2 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,8 @@ + +# piece chain + +Research & implementation of a [Piece Chain](https://en.wikipedia.org/wiki/Piece_table) (sometimes referred to as a *Piece Table*, or *Piece List*) text buffer. + + + +- gearsix, 2022 diff --git a/main.c b/main.c @@ -1,5 +0,0 @@ - -int main() -{ - return 0; -}